Skip to content

Commit

Permalink
Create postBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
psychemedia authored Oct 31, 2017
1 parent 7e9e3d1 commit 4dbbc55
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions postBuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
jupyter contrib nbextension install --user
jupyter-nbextension install rise --py --user
jupyter-nbextension enable rise
jupyter-nbextension enable nglview
jupyter nbextension enable --py widgetsnbextension
jupyter nbextension enable python-markdown/main

jupyter-nbextension install --py jupyter_wysiwyg --user
jupyter nbextension enable --py jupyter_wysiwyg

# Notebooks w/ extensions that auto-run code must be "trusted" to work the first time
jupyter trust index.ipynb

0 comments on commit 4dbbc55

Please sign in to comment.