Skip to content

Commit

Permalink
Jupyterlab needed to visualize notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored and calebrob6 committed Aug 4, 2021
1 parent 636f6e9 commit 8b193d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies:
- black[colorama]>=21b
- flake8
- isort[colors]>=4.3.5
- jupyterlab
- mypy>=0.900
- omegaconf
- opencv-python
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ fiona
flake8
h5py
isort[colors]>=4.3.5
jupyterlab
matplotlib
mypy>=0.900
numpy
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ datasets =

# Optional developer requirements
docs =
jupyterlab
sphinx
pydocstyle[toml]>=6.1
pytorch-sphinx-theme
Expand Down
1 change: 1 addition & 0 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ spack:
- py-flake8
- py-h5py
- "py-isort@4.3.5:+colors"
- py-jupyterlab
- py-matplotlib
- "py-mypy@0.900:"
- py-numpy
Expand Down

0 comments on commit 8b193d9

Please sign in to comment.