Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
Power System Simulation and Optimization
DPsim
DPsim
Commits
ddf35809
Commit
ddf35809
authored
Oct 01, 2018
by
Steffen Vogel
🎅🏼
Browse files
docker: install jupyter instead of jupyterlab
parent
86ba153e
Changes
1
Show whitespace changes
Inline
Side-by-side
Packaging/Docker/Dockerfile.dev
View file @
ddf35809
...
@@ -45,10 +45,7 @@ ENV LD_LIBRARY_PATH /usr/local/lib64
...
@@ -45,10 +45,7 @@ ENV LD_LIBRARY_PATH /usr/local/lib64
ADD requirements.txt .
ADD requirements.txt .
RUN pip3 install -r requirements.txt
RUN pip3 install -r requirements.txt
RUN pip3 install jupyterlab
RUN pip3 install jupyter
RUN jupyter nbextension enable --py widgetsnbextension \
jupyter labextension install --py jupyterlab_widgets \
jupyter labextension enable --py jupyterlab_widgets
# Activate Jupyter extensions
# Activate Jupyter extensions
RUN dnf -y install npm
RUN dnf -y install npm
...
...
Write
Preview
Markdown
is supported
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