Skip to content

Commit 80a054a

Browse files
authored
Merge pull request #113 from kir0ul/master
Put nodejs in environment.yml file
2 parents a534a6f + b525bd9 commit 80a054a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,8 @@ ipython kernel install --name widgets-tutorial --display-name widgets-tutorial -
4949

5050
## Install JupyterLab extensions
5151

52-
In order to install the JupyterLab extensions, you need `nodejs` to be installed. It can be installed using `conda`:
52+
In order to install the JupyterLab extensions, you need `nodejs` to be installed. If you use `conda` it should have been already installed for you when you created your environment.
5353

54-
```bash
55-
conda install -c conda-forge nodejs=13
56-
```
5754

5855
If you do not use `conda`, see [https://nodejs.org/en/download/](https://nodejs.org/en/download/) or [https://nodejs.org/en/download/package-manager/](https://nodejs.org/en/download/package-manager/) for download and installation instructions.
5956

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ dependencies:
2626
- voila-vuetify
2727
- jupyterlab=2
2828
- ipyvolume=0.6.0a6
29+
- nodejs=13

0 commit comments

Comments
 (0)