File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ help:
11
11
12
12
13
13
conda-install : # # Use conda to install dev dependencies using unpinned env specification
14
- conda env create -f environment.yml --force --name jupyterlab-code-formatter
14
+ conda env create -f environment.yml --force --name jupyterlab_code_formatter
15
15
16
16
conda-freeze : # # Use conda to freeze the current env available
17
17
conda env export | grep -v prefix: > environment-frozen.yml
18
18
19
19
conda-install-frozen : # # Use conda to install dev dependencies using pinned env specification - subject to repodata.json changes
20
- conda env create -f environment-frozen.yml --force --name jupyterlab-code-formatter
20
+ conda env create -f environment-frozen.yml --force --name jupyterlab_code_formatter
21
21
22
22
dev-install :
23
23
pip install -e .
Original file line number Diff line number Diff line change 1
- conda activate jupyterlab-code-formatter
1
+ conda activate jupyterlab_code_formatter
2
2
export SERVEREXTENSION_PATH=$PWD
3
3
export PATH=$SERVEREXTENSION_PATH /.venv/bin:$PATH
4
4
export LABEXTENSION_PATH=$PWD /src
You can’t perform that action at this time.
0 commit comments