mechmotum / jupyterhub-deploy-teaching

Reference deployment of JupyterHub and nbgrader on a single server
http://jupyterhub-deploy-teaching.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Installed nbextensions #9

Closed moorepants closed 6 years ago

moorepants commented 6 years ago

I did this on the server:

conda install jupyter_contrib_nbextensions
jupyter nbextension enable exercise2/main
jupyter nbextension enable rubberband/main
ixjlyons commented 6 years ago

Added. Using jupyter nbextension enable exercise2/main --system --sys-prefix also seems to enable it for all users by default now. Also, it looks like it can be used without rubberband (shift+click to select multiple cells), which was causing annoying issues.