Create workspace:
mkdir notebook_provenance
cd notebook_provenance/
# Create
conda create --name notebook_provenance python=3.8.5
# Enable
conda activate notebook_provenance
#Install requirements (jupyterlab)
conda install jupyterlab
git clone -b release-test [email protected]:richardwolfmayr/jupyterlab_nbprovenance.git
npm install
npm run build
jupyter labextension link .
jupyter labextension install
jupyter lab --port=8889