Skip to content

Commit

Permalink
add jupyterlab-myst to local install
Browse files Browse the repository at this point in the history
  • Loading branch information
psobolewskiPhD authored Oct 11, 2024
1 parent 6639b11 commit 2647ed4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
dependencies:
- jupyterlab
- jupytext
- jupyterlab-myst
- napari
- pyqt
- jupyter-book
2 changes: 1 addition & 1 deletion napari-workshops/notebook_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ conda activate napari-workshop
````

```bash
conda install jupytext
conda install jupytext jupyterlab-myst
```


Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
jupyter-book
jupyterlab
jupytext
jupyterlab-myst
napari[all]

0 comments on commit 2647ed4

Please sign in to comment.