File size: 856 Bytes
db5855f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Recommended packages for notebook developers

# black==21.8 requires typing-extensions>3.10 which is incompatible
# with other packages
-r ../requirements.txt
black[jupyter]==24.3.0               # format Python code
isort                       # sort imports
jupyterlab-code-formatter   # format code in notebooks in Jupyter Lab
jupyterlab-git              # checkout and commit code in Jupyter Lab
nbqa[toolchain]             # automatic code quality checking
nbval                       # pytest plugin for automatic notebook testing
treon                       # test framework for Jupyter Notebooks 
toml                        # used for validating docker requirements
mistune==2.0.4              # use for parsing README.md
requests==2.32.0            # use for checking links
pyspelling                  # automating spell checking