Skip to content
Snippets Groups Projects
Commit b34f70d8 authored by Achille Mbogol Touye's avatar Achille Mbogol Touye
Browse files

Replace jupyter_lab_config.py

parent df26276b
No related branches found
No related tags found
No related merge requests found
...@@ -900,7 +900,14 @@ c.ServerApp.quit_button = True ...@@ -900,7 +900,14 @@ c.ServerApp.quit_button = True
## The directory to use for notebooks and kernels. ## The directory to use for notebooks and kernels.
# Default: '' # Default: ''
c.ServerApp.root_dir = '/notebooks/fidle-master'
import os
os.environ['FIDLE_MASTER_VERSION'] = '2.4.1'
fidle_master_version = os.environ.get('FIDLE_MASTER_VERSION')
c.ServerApp.root_dir = f'/notebooks/fidle-master-{fidle_master_version}'
## The session manager class to use. ## The session manager class to use.
# Default: 'jupyter_server.services.sessions.sessionmanager.SessionManager' # Default: 'jupyter_server.services.sessions.sessionmanager.SessionManager'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment