Add "develop" dependencies for the presenter
- the Jupyter notebooks are assumed to be run within an installation of the Anaconda Distribution (version 2019-07 with Python 3.7.3) by the students (assumed to be total beginners) - for the presenter some special third-party libraries are added to allow for executable code cells in presentation mode (via rise) - black / blackcellmagic provide a convenient way to style the code while working on the notebooks
This commit is contained in:
parent
f0152355a3
commit
d2fdda7c09
2 changed files with 744 additions and 0 deletions
|
|
@ -7,8 +7,13 @@ license = "MIT"
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.6"
|
||||
jupyter = "^1.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
black = {version = "^18.3-alpha.0", allows-prereleases = true}
|
||||
blackcellmagic = "^0.0.2"
|
||||
jupyter-contrib-nbextensions = "^0.5"
|
||||
rise = "^5.5"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue