Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Courses
Jupyter Notebook POuL
Commits
f8a24038
Verified
Commit
f8a24038
authored
Apr 25, 2021
by
Roberto Bochet
Browse files
Using new theme
parent
1ebf370b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
f8a24038
...
...
@@ -2,11 +2,16 @@ FROM jupyter/scipy-notebook:584f43f06586
RUN
pip
install
\
jupyter_contrib_nbextensions
==
0.5.1
\
autopep8
==
1.5.6
\
jupyterthemes
==
0.20.0
autopep8
==
1.5.6
COPY
--chown=jovyan:users ./config/ /home/jovyan/
RUN
jupyter contrib nbextension
install
--user
RUN
git clone https://gitlab.poul.org/corsi/jupyter-poul-theme.git .theme
;
\
pip
install
./.theme
RUN
jt
-t
poul
-tfs
25
-fs
25
-ofs
25
-cellw
80%
ENTRYPOINT
start-notebook.sh
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