About 157,000 results
Open links in new tab
  1. Python Magic for SQL - HolyPython.com

    In this SQL tutorial we will explain and demonstrate a method to run sql scripts from a Python IDE like Spyder or Jupyter Notebook using Python magic.

  2. ipython-sql - PyPI

    Feb 26, 2023 · Introduces a %sql (or %%sql) magic. Connect to a database, using SQLAlchemy URL connect strings, then issue SQL commands within IPython or IPython Notebook. Examples

  3. How to Install ipython-sql package in Jupyter Notebook?

    Mar 11, 2022 · ipython-sql is a %sql magic for python. This is a magic extension that allows you to immediately write SQL queries into code cells and read the results into pandas DataFrames. …

  4. GitHub - catherinedevlin/ipython-sql: %%sql magic for IPython ...

    Introduces a %sql (or %%sql) magic. IPython-SQL's functionality and maintenance have been eclipsed by JupySQL, a fork maintained and developed by the Ploomber team. Future work …

  5. Let’s do some magic! (with SQL and Python)

    Aug 21, 2021 · We can make the SQL magic in two ways: · The cell magic: by using two percent signs (%%) at the top of the cell you will turn your whole code cell into a SQL script. · The line …

  6. python 3.x - Connecting to SQL Server via SQL magics in Jupyter

    May 7, 2019 · I am trying to connect to our remote sql server db via Jupyter Labs using the SQL magics. I can connect with a traditional connection string, but the SQL magics doesnt seem to …

  7. Quick Start — Python documentation - Ploomber

    JupySQL allows you to run SQL and plot large datasets in Jupyter via a %sql, %%sql, and %sqlplot magics. JupySQL is compatible with all major databases (e.g., PostgreSQL, MySQL, …

  8. ipython-sql - Python for Data Science 24.3.0

    ipython-sql introduces the %sql or %%sql magics for iPython and Jupyter notebooks. You can easily install ipython-sql in your Jupyter kernel with: ....: CREATE TABLE accounts (login, …

  9. GitHub - pbcornelius/sqlmagic: IPython SQL Magic

    sql_magic.py contains the main methods for statement execution, display, scheduling, etc, and jdbc/odbc_magic.py contain the driver specific implementations. jdbc_fast.py is a significantly …

  10. SQL Magic · GitHub

    "##### To communicate with SQL Databases from within a JupyterLab notebook, we can use the SQL \"magic\" provided by the [ipython-sql](https://github.com/catherinedevlin/ipython-sql) …

  11. Some results have been removed
Refresh