Jupyter: Difference between revisions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
It was installed on a VPS on OVH following [https://tljh.jupyter.org/en/latest/install/ovh.html these instructions] | It was installed on a VPS on OVH following [https://tljh.jupyter.org/en/latest/install/ovh.html these instructions] | ||
* https://tljh.jupyter.org/en/latest/howto/content/share-data.html | |||
* https://tljh.jupyter.org/en/latest/howto/env/notebook-interfaces.html | |||
In the end used "lab" and not "jupyterlab" for the user_environment setting. | |||
Installed the git extension with: | |||
sudo -E conda install jupyterlab-git -c conda-forge | sudo -E conda install jupyterlab-git -c conda-forge | ||
But maybe considering uninstalling this... it's not super well integrated ... pulling changes leaves the notebook in a weird detached state -- need to close and reopen notebooks to see changes. | |||
Also the constand polling of the git interface is disturbing... | |||
Test: | Test: | ||
https://jupyter.vandal.ist/hub/lti/launch?next=%2Fuser-redirect%2Fgit-pull?repo%3Dhttps%253A%252F%252Fgitlab.constantvzw.org%252Fxpub1%252F2020-prototoyping-notebooks%26branch%3Dmaster%26urlpath%3Dlab%252Ftree%252F2020-prototoyping-notebooks%252F%253Fautodecode | https://jupyter.vandal.ist/hub/lti/launch?next=%2Fuser-redirect%2Fgit-pull?repo%3Dhttps%253A%252F%252Fgitlab.constantvzw.org%252Fxpub1%252F2020-prototoyping-notebooks%26branch%3Dmaster%26urlpath%3Dlab%252Ftree%252F2020-prototoyping-notebooks%252F%253Fautodecode |
Revision as of 17:00, 9 September 2020
We have an installation based on TLDH
At the moment the install is https://notebook.xpub.nl/
It was installed on a VPS on OVH following these instructions
- https://tljh.jupyter.org/en/latest/howto/content/share-data.html
- https://tljh.jupyter.org/en/latest/howto/env/notebook-interfaces.html
In the end used "lab" and not "jupyterlab" for the user_environment setting.
Installed the git extension with:
sudo -E conda install jupyterlab-git -c conda-forge
But maybe considering uninstalling this... it's not super well integrated ... pulling changes leaves the notebook in a weird detached state -- need to close and reopen notebooks to see changes. Also the constand polling of the git interface is disturbing...
Test: