Skip to content

Commit

Permalink
🐛 add nbextensions for widgets and ipialadin
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand authored Jan 10, 2023
1 parent c666db0 commit 3ee300d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ setup-env:
conda create -n "cds-tutos" python=3.10.*
source activate cds-tutos
python -m pip install -r requirements.txt
jupyter nbextension enable --py widgetsnbextension
jupyter nbextension enable --py --sys-prefix ipyaladin
echo "conda environnement 'cds-tutos' created"
echo "activate it with: 'conda activate cds-tutos'"
setup-dev-env:
Expand All @@ -13,6 +15,8 @@ setup-dev-env:
source activate cds-tutos-dev
python -m pip install -r requirements.txt
python -m pip install -r requirements-dev.txt
jupyter nbextension enable --py widgetsnbextension
jupyter nbextension enable --py --sys-prefix ipyaladin
echo "conda environnement 'cds-tutos-dev' created"
echo "activate it with: 'conda activate cds-tutos-dev'"
setup-doc-env:
Expand All @@ -22,6 +26,8 @@ setup-doc-env:
python -m pip install -r requirements.txt
python -m pip install -r requirements-dev.txt
python -m pip install -r requirements-docs.txt
jupyter nbextension enable --py widgetsnbextension
jupyter nbextension enable --py --sys-prefix ipyaladin
echo "conda environnement 'build-jupybook' created"
echo "activate it with: 'conda activate build-jupybook'"
build-jupybook:
Expand Down

0 comments on commit 3ee300d

Please sign in to comment.