This is just an example repository from the blog post Working efficiently with JupyterLab Notebooks demonstrating how a Python package structure can be used in combination with JupyterLab notebooks in order to increase your efficiency.
Create an environment with:
conda env create -f environment.yaml
activate with:
conda activate boston_housing
and install with:
python setup.py develop
Then run JupyterLab and open the notebook from the notebooks
folder.
This project has been set up using PyScaffold 3.1. For details and usage information on PyScaffold see https://pyscaffold.org/.