Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 315 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 315 Bytes

diff traj

  • chmod +x env.sh and then ./env.sh to 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