File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
{{cookiecutter.github_project_name}} Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ jupyter nbextension enable --py [--sys-prefix|--user|--system] {{ cookiecutter.p
2525
2626Create a dev environment:
2727``` bash
28- conda create -n {{ cookiecutter.python_package_name }}-dev -c conda-forge nodejs yarn python jupyterlab
28+ conda create -n {{ cookiecutter.python_package_name }}-dev -c conda-forge nodejs python jupyterlab=3.6.7
2929conda activate {{ cookiecutter.python_package_name }}-dev
3030```
3131
@@ -39,7 +39,7 @@ notebook / lab frontend. For lab, this is done by the command:
3939
4040```
4141jupyter labextension develop --overwrite .
42- yarn run build
42+ jlpm run build
4343```
4444
4545For classic notebook, you need to run:
@@ -61,7 +61,7 @@ terminals to watch for changes in the extension's source and automatically rebui
6161
6262``` bash
6363# Watch the source directory in one terminal, automatically rebuilding when needed
64- yarn run watch
64+ jlpm run watch
6565# Run JupyterLab in another terminal
6666jupyter lab
6767```
You can’t perform that action at this time.
0 commit comments