Add dependencies for presentation mode
- RISE extension for Jupyter - jupyter-contrib-nbextensions
This commit is contained in:
parent
955fb74673
commit
35d20aae40
2 changed files with 175 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue