Closed markroepke closed 5 years ago
The Jupyter extensions we use for the slides do not work in Binder.
Below are the extensions used and how they were installed/enabled locally:
conda install -c conda-forge rise
conda install -c conda-forge jupyter_contrib_nbextensions
jupyter nbextension enable splitcell/splitcell
The following repository should be helpful in solving this issue: https://github.com/binder-examples/jupyter-extension
Or this could be helpful as this is a Binder instance with RISE enabled and we're using environment.yml already: https://github.com/damianavila/RISE/tree/master/binder
environment.yml
Extensions now working and slides opening in Binder
The Jupyter extensions we use for the slides do not work in Binder.
Below are the extensions used and how they were installed/enabled locally:
conda install -c conda-forge rise
conda install -c conda-forge jupyter_contrib_nbextensions
jupyter nbextension enable splitcell/splitcell
The following repository should be helpful in solving this issue: https://github.com/binder-examples/jupyter-extension
Or this could be helpful as this is a Binder instance with RISE enabled and we're using
environment.yml
already: https://github.com/damianavila/RISE/tree/master/binder