Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Fidle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Talks
Fidle
Commits
93f37111
Commit
93f37111
authored
3 years ago
by
EXT Soraya Arias
Browse files
Options
Downloads
Patches
Plain Diff
Change jupyter notebook to jupyter lab config
parent
afcdf7d6
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/jupyter_lab_config.py
+1018
-0
1018 additions, 0 deletions
docker/jupyter_lab_config.py
docker/jupyter_notebook_config.py
+0
-37
0 additions, 37 deletions
docker/jupyter_notebook_config.py
with
1018 additions
and
37 deletions
docker/jupyter_lab_config.py
0 → 100644
+
1018
−
0
View file @
93f37111
This diff is collapsed.
Click to expand it.
docker/jupyter_notebook_config.py
deleted
100644 → 0
+
0
−
37
View file @
afcdf7d6
# Configuration file for jupyter-notebook.
#------------------------------------------------------------------------------
# Application(SingletonConfigurable) configuration
#------------------------------------------------------------------------------
## Set the log level by value or name.
c
.
Application
.
log_level
=
'
INFO
'
#------------------------------------------------------------------------------
# NotebookApp(JupyterApp) configuration
#------------------------------------------------------------------------------
## The IP address the notebook server will listen on.
c
.
NotebookApp
.
ip
=
'
*
'
# Password to access the server
c
.
Notebook
.
password
=
''
c
.
Notebook
.
allow_password_change
=
False
## The directory to use for notebooks and kernels.
c
.
NotebookApp
.
notebook_dir
=
'
/notebooks/fidle
'
## Whether to open in a browser after starting. The specific browser used is
# platform dependent and determined by the python standard library `webbrowser`
# module, unless it is overridden using the --browser (NotebookApp.browser)
# configuration option.
c
.
NotebookApp
.
open_browser
=
True
## The port the notebook server will listen on.
c
.
Notebook
.
port
=
8888
## Allow running as root
c
.
Notebook
.
allow_root
=
True
## Disable the "Quit" button on the Web UI (shuts down the server)
c
.
NotebookApp
.
quit_button
=
False
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment