Skip to content

Instantly share code, notes, and snippets.

@psychemedia
Last active November 16, 2019 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psychemedia/1505fc82f6da7e56c6f0734ca83440a2 to your computer and use it in GitHub Desktop.
Save psychemedia/1505fc82f6da7e56c6f0734ca83440a2 to your computer and use it in GitHub Desktop.
TM112 md demo Binder
git
gcc
zip
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