Python workshop development and scratch area.
Within a suitable Python environment, Python code and notebooks at the top level can easily import and run the utility code. This is one way to set up such an environment:
conda env create -f environment.yml
conda activate navo-workshop
The environment may include some development versions. To update to the latest:
conda env update --file environment.yml --prune
From the directory containing the notebooks:
jupyter lab
This badge opens Jupyterlab session on Binder which can be used to run the workshop notebooks. Note that the session will disapper after being left unattended for several minutes.