Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 420 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 420 Bytes

jupyter_pyodbc

A module to help interaction with Jupyter Notebooks with ODBC datasets - Base package - Required for downstream odbc


This is a python module that helps to connect Jupyter Notebooks to various datasets using ODBC. Each ODBC dataset will have it's own integration that uses this base class. It's based on (and requires) https://github.com/JohnOmernik/jupyter_integration_base

Usage