Spaces:
Runtime error
Runtime error
# 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 |