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
84a9af88
Verified
Commit
84a9af88
authored
May 02, 2021
by
Roberto Bochet
Browse files
Enabled some useful plugins
parent
1bc27179
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
84a9af88
...
...
@@ -9,7 +9,7 @@ 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%
RUN
jt
-t
poul
-tfs
25
-fs
25
-ofs
25
-cellw
80%
--toolbar
COPY
--chown=jovyan:users ./config/ /home/jovyan/
...
...
config/.jupyter/nbconfig/notebook.json
View file @
84a9af88
...
...
@@ -4,6 +4,15 @@
"contrib_nbextensions_help_item/main"
:
true
,
"hide_header/main"
:
true
,
"code_prettify/autopep8"
:
true
,
"latex_envs/latex_envs"
:
true
}
}
\ No newline at end of file
"autosavetime/main"
:
true
,
"spellchecker/main"
:
true
,
"scroll_down/main"
:
true
,
"hide_input/main"
:
true
,
"jupyter-matplotlib/extension"
:
true
,
"jupyter-js-widgets/extension"
:
true
},
"scrollDownIsEnabled"
:
true
,
"autosavetime_starting_interval"
:
"2"
,
"autosavetime_set_starting_interval"
:
true
,
"autosavetime_show_selector"
:
false
}
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