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
da3c0fdd
Verified
Commit
da3c0fdd
authored
Apr 20, 2021
by
Roberto Bochet
Browse files
Updated theme and installed scipy
parent
99e14869
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
.jupyter/custom/custom.css
View file @
da3c0fdd
This diff is collapsed.
Click to expand it.
Dockerfile
View file @
da3c0fdd
FROM
jupyter/
minimal
-notebook:584f43f06586
FROM
jupyter/
scipy
-notebook:584f43f06586
RUN
pip
install
\
jupyter_contrib_nbextensions
==
0.5.1
\
autopep8
==
1.5.6
autopep8
==
1.5.6
\
jupyterthemes
==
0.20.0
COPY
--chown=jovyan:users ./
.jupyter
/home/jovyan/
.jupyter
COPY
--chown=jovyan:users ./
config/
/home/jovyan/
RUN
jupyter contrib nbextension
install
--user
...
...
config/.ipython/profile_default/startup/pyplot-theme.py
0 → 100644
View file @
da3c0fdd
import
matplotlib.pyplot
as
plt
from
jupyterthemes
import
jtplot
jtplot
.
style
(
context
=
"notebook"
,
theme
=
"chesterish"
,
figsize
=
(
14.
,
8.
),
fscale
=
1.4
,
spines
=
False
,
gridlines
=
"--"
)
.jupyter/custom/README.md
→
config/
.jupyter/custom/README.md
View file @
da3c0fdd
File moved
config/.jupyter/custom/custom.css
0 → 100644
View file @
da3c0fdd
This diff is collapsed.
Click to expand it.
.jupyter/custom/custom.js
→
config/
.jupyter/custom/custom.js
View file @
da3c0fdd
File moved
.jupyter/jupyter_notebook_config.py
→
config/
.jupyter/jupyter_notebook_config.py
View file @
da3c0fdd
File moved
.jupyter/nbconfig/common.json
→
config/
.jupyter/nbconfig/common.json
View file @
da3c0fdd
File moved
.jupyter/nbconfig/notebook.json
→
config/
.jupyter/nbconfig/notebook.json
View file @
da3c0fdd
File moved
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