Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
delft-machine-learning
docker-env
Commits
f3403533
Commit
f3403533
authored
Jul 25, 2018
by
Joseph Weston
Browse files
remove nbserverproxy
parent
831d569a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
f3403533
...
...
@@ -47,7 +47,6 @@ RUN conda env update -n root -f /environments/machine-learning.yml
RUN
jupyter nbextension
enable
--py
--sys-prefix
ipyparallel
&&
\
jupyter nbextension
enable
--py
--sys-prefix
jupyter_cms
&&
\
jupyter nbextension
enable
--py
--sys-prefix
jupyter_dashboards
&&
\
jupyter nbextension
enable
--py
--sys-prefix
nbserverproxy
&&
\
jupyter labextension
install
@jupyter-widgets/jupyterlab-manager
\
@jupyterlab/katex-extension
\
jupyterlab_bokeh @pyviz/jupyterlab_holoviews
...
...
jupyter_notebook_config.py
View file @
f3403533
...
...
@@ -28,5 +28,4 @@ NBApp.nbserver_extensions = {
"jupyter_cms"
:
True
,
"jupyter_dashboards"
:
True
,
"ipyparallel.nbextension"
:
True
,
"nbserverproxy"
:
True
,
}
machine-learning.yml
View file @
f3403533
...
...
@@ -45,7 +45,6 @@ dependencies:
-
line_profiler
-
nbdime
-
nbstripout
-
nbserverproxy
-
nb_conda
-
mistune>=0.8.1
# other
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment