Skip to content

Commit

Permalink
Binder setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Apr 6, 2019
1 parent 4658eee commit 31a73c0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
18 changes: 18 additions & 0 deletions binder/postBuild
@@ -0,0 +1,18 @@
#!/bin/bash

set -ex

# Trust our notebooks
jupyter trust examples/*.ipynb

# Extensions
# 1. TOC
jupyter contrib nbextension install --user
jupyter nbextension enable toc2/main

# 2. Jupytext
jupyter serverextension install jupytext
jupyter serverextension enable jupytext
jupyter nbextension install --py jupytext
jupyter nbextension enable --py jupytext
jupyter labextension install jupyterlab-jupytext
3 changes: 3 additions & 0 deletions binder/requirements.txt
@@ -0,0 +1,3 @@
world_bank_data
jupytext
plotly

0 comments on commit 31a73c0

Please sign in to comment.