-
chmod +x env.shand then./env.shto setup the virtual env. -
pip3 install -e .to install the project pkg locally. -
Use the following snippet in Jupyter notebooks to auto reload any changes to your package:
%load_ext autoreload
%autoreload 2
from pkg.module import Class, function