1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jupyterlab_ynh.git synced 2024-09-03 19:26:35 +02:00
jupyterlab_ynh/doc/ADMIN.md
Éric Gaspar 37728a504c v2
2023-11-27 17:21:33 +01:00

671 B

Updating configuration files

Install the new version of the app with:

sudo yunohost app install https://github.com/YunoHost-Apps/jupyterlab_ynh/tree/testing  

Navigate to the installation path (/opt/jupyterlab by default), and run :

pipenv shell

You are now in the virtual environment of jupyterlab. You can execute these two commands:

  • To generate the jupyterhub_config.py file:
jupyterhub --generate-config
  • To generate the jupyter_notebook_config.py file:
jupyter notebook --generate-config
cp $HOME/.jupyter/jupyter_notebook_config.py ./

You can now update the old template files with the new one.