We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba084e8 commit e0ef32cCopy full SHA for e0ef32c
README.md
@@ -86,6 +86,12 @@ The project includes a Makefile which makes setting up a development environment
86
easy. You must also install the latest Node LTS release as a prerequisite.
87
88
```
89
+# Install poetry
90
+make poetry
91
+
92
+# Refresh the poetry.lock file if upgrading jupyterlab in pyproject.toml
93
+poetry lock
94
95
# Create a dev environment
96
make venv
97
@@ -101,6 +107,7 @@ make watch-src
101
107
102
108
# In a second terminal, watch for rebuilt extension packages and rebuild
103
109
# jupyterlab to include them
110
+make shell
104
111
make watch-lab
105
112
106
113
0 commit comments