pip install -e .# install from pypipip install gnr
nbdev
# activate conda environment$ conda activate gnr# make sure the gnr package is installed in development mode$ pip install -e .# make changes under nbs/ directory# ...# compile to have changes apply to the gnr package$ nbdev_prepare
Note: it might be useful to use the following snippet to enable hot reloading:
%load_ext autoreload%autoreload 2
Publishing
# publish to pypi$ nbdev_pypi# publish to conda$ nbdev_conda --build_args'-c conda-forge'
Documentation can be found hosted on GitHub repositorypages. Additionally you can find package manager specific guidelines on conda and pypi respectively.