Skip to content

Commit 6fbee4a

Browse files
authored
Update README.md
1 parent 3bcdf1b commit 6fbee4a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

{{cookiecutter.github_project_name}}/README.md

Lines changed: 1 addition & 1 deletion
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 python jupyterlab=3.6.7
28+
conda create -n {{ cookiecutter.python_package_name }}-dev -c conda-forge nodejs python jupyterlab=4.0.11
2929
conda activate {{ cookiecutter.python_package_name }}-dev
3030
```
3131

0 commit comments

Comments
 (0)