Last active
November 16, 2019 18:57
-
-
Save psychemedia/1505fc82f6da7e56c6f0734ca83440a2 to your computer and use it in GitHub Desktop.
TM112 md demo Binder
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git | |
gcc | |
zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install --user --no-cache Cython | |
pip install --no-cache jupyter_contrib_nbextensions nbtutor jupytergraffiti \ | |
git+https://github.com/mwouts/jupytext.git nbzip \ | |
git+https://github.com/rkern/line_profiler.git \ | |
ipyturtle git+https://github.com/uclmr/egal.git \ | |
flake8 pycodestyle pycodestyle_magic \ | |
pep8-naming flake8-bugbear flake8-docstrings flake8-builtins | |
jupyter contrib nbextension install --user | |
jupyter nbextension enable collapsible_headings/main | |
jupyter nbextension install --overwrite --sys-prefix --py nbtutor | |
jupyter nbextension enable --py --sys-prefix nbtutor | |
jupyter nbextension enable skip-traceback/main | |
jupyter nbextension enable --py ipyturtle | |
jupyter nbextension install --py --sys-prefix egal | |
jupyter nbextension enable --py egal | |
jupyter serverextension enable --py nbzip --user | |
jupyter nbextension install --sys-prefix --py nbzip | |
jupyter nbextension enable --py nbzip | |
rm apt.txt | |
rm postBuild |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment