Add dependencies for presentation mode

- RISE extension for Jupyter
- jupyter-contrib-nbextensions
This commit is contained in:
Alexander Hess 2020-10-12 22:49:53 +02:00
commit 35d20aae40
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 175 additions and 7 deletions

View file

@ -19,3 +19,7 @@ jupyterlab = "^2.2.8"
# Task runners
nox = "^2020.8.22"
pre-commit = "^2.7.1"
# Live coding during presentation mode
jupyter-contrib-nbextensions = "^0.5.1"
rise = "^5.6.1"