Package / Module importer for importing code from Jupyter Notebook files (.ipynb). Currently at version 0.5.1, with low release cadence. Allows importing Jupyter notebooks as Python modules.
pip install ipynbVerified import paths — ran on the pinned version, not inferred.
Enable importing .ipynb files as modules.
Only enable when needed, or use `ipynb.load_notebook_module` directly.
Ensure your .ipynb files are importable by placing them in your current working directory or adjusting sys.path.
Run `pip install ipynb`.
Use `from ipynb import load_notebook_module` (correct) or check version.
No dependency data recorded yet.