Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update versions for common ADE extension dependencies in conda environment setup
  • Loading branch information
echyam authored Aug 7, 2020
1 parent 7e00a4d commit e354c3f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ These extensions have been developed for `Jupyter 4.4.0` and `Jupyter Lab 2.1.4`
All the MAAP Jupyter extensions share some common dependencies.

### Environment Setup and Dependencies
Create a new Conda environment and install common dependencies and versions:
``` bash
conda create --name maap-ade
conda activate maap-ade
conda install conda=4.7.12 jupyterlab=2.1.4 nodejs=10.13.0 gitpython=3.0.2
jupyter labextension install jupyterlab_toastify@2.3.0 --no-build
npm i jupyterlab_toastify@2.3.0
jupyter labextension install jupyterlab_toastify@3.3.0 --no-build
npm i jupyterlab_toastify@3.3.0
pip install plotly==4.0.0
jupyter labextension install @jupyterlab/[email protected]
jupyter labextension install @jupyter-widgets/[email protected]
jupyter labextension install @jupyter-widgets/[email protected]
```

## Extension Installation Order
Expand Down

0 comments on commit e354c3f

Please sign in to comment.