Skip to content

Commit 42269f5

Browse files
author
Konstantin Taletskiy
committed
docs: remove yarn references and pin jupyterlab
1 parent 11b4ee6 commit 42269f5

File tree

1 file changed

+3
-3
lines changed
  • {{cookiecutter.github_project_name}}

1 file changed

+3
-3
lines changed

{{cookiecutter.github_project_name}}/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jupyter nbextension enable --py [--sys-prefix|--user|--system] {{ cookiecutter.p
2525

2626
Create 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
2929
conda 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
```
4141
jupyter labextension develop --overwrite .
42-
yarn run build
42+
jlpm run build
4343
```
4444

4545
For 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
6666
jupyter lab
6767
```

0 commit comments

Comments
 (0)