Skip to content

Commit

Permalink
add jupyterlab to environment
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Apr 11, 2024
1 parent 05aa0e5 commit d3378a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,12 @@ convex_hull = sr.convhull.get_convhull(pts)
## Tutorials
Jupyter notebooks are located in this repo at `sleap-roots/notebooks`.

To use them, add Jupyter Lab to your conda environment (recommended):
To use them, activate your conda environment which includes JupyterLab (recommended):

```
conda activate sleap-roots
pip install jupyterlab
```

Clone this repository if you haven't already:

```
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies:
- shapely
- attrs
- scikit-image
- jupyterlab
- pip
- pip:
- "--editable=.[dev]"

0 comments on commit d3378a8

Please sign in to comment.