Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmthyjames/sqlcell
SQLCell is a magic function for the Jupyter Notebook that executes raw, parallel, parameterized SQL queries with the ability to accept Python values as parameters and assign output data to Python variables while concurrently running Python code. And *much* more.
https://github.com/tmthyjames/sqlcell
hacktoberfest inline-editing ipython ipython-magic ipython-notebook jupyter jupyter-notebook jupyterlab multi-threading postgres postgresql python sql
Last synced: 25 days ago
JSON representation
SQLCell is a magic function for the Jupyter Notebook that executes raw, parallel, parameterized SQL queries with the ability to accept Python values as parameters and assign output data to Python variables while concurrently running Python code. And *much* more.
- Host: GitHub
- URL: https://github.com/tmthyjames/sqlcell
- Owner: tmthyjames
- License: mit
- Created: 2016-08-15T01:54:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-23T17:53:50.000Z (about 2 years ago)
- Last Synced: 2024-10-11T15:24:33.701Z (25 days ago)
- Topics: hacktoberfest, inline-editing, ipython, ipython-magic, ipython-notebook, jupyter, jupyter-notebook, jupyterlab, multi-threading, postgres, postgresql, python, sql
- Language: Python
- Homepage:
- Size: 4.14 MB
- Stars: 150
- Watchers: 10
- Forks: 11
- Open Issues: 70
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQLCell
Bringing together the power of SQL, Python, and Javascript. Run raw, multi-threaded SQL in an IPython Notebook while concurrently executing python cells, and a ton of other features.# *** New Version 2.0 ***
Find a tutorial here.
## To Install:
`pip install sqlcell`