Jupyter: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 8: Line 8:


   sudo -E conda install jupyterlab-git -c conda-forge
   sudo -E conda install jupyterlab-git -c conda-forge
* https://tljh.jupyter.org/en/latest/howto/content/share-data.html

Revision as of 11:51, 7 September 2020

We have an installation based on TLDH

At the moment the install is https://jupyter.vandal.ist/

It was installed on a VPS on OVH following these instructions

We installed the git extension with:

 sudo -E conda install jupyterlab-git -c conda-forge