nbfinder

Import Jupyter Notebooks as Modules


License
MIT
Install
pip install nbfinder==1.0.2

Documentation

nbfinder : Importing Jupyter Notebooks as Modules

build status PyPI

nbfinder is a lightweight Python library to import Jupyter Notebook as module in Python file. This library is strongly inspired from the Jupyter Notebook documentation.

Usage

Just import the nbfinder package and you're done.

import nbfinder
import mynotebook  ## It will load `mynotebook.ipynb` in the current directoy.

Install

pip install nbfinder

or

conda config --add channels conda-forge
conda install nbfinder

License

MIT. See LICENSE.

Author