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 5eb2203 commit a963bfcCopy full SHA for a963bfc
RELEASE.md
@@ -5,8 +5,11 @@
5
Creating a new environment can help avoid pushing local changes and any extra tag.
6
7
```bash
8
-conda create -n jupyter-resource-usage-release -c conda-forge twine keyring
+conda create -n jupyter-resource-usage-release -c conda-forge twine keyring jupyter-packaging python
9
conda activate jupyter-resource-usage-release
10
+
11
+# install JupyterLab to build the extension
12
+python -m pip install --pre jupyterlab
13
```
14
15
Alternatively, the local repository can be cleaned with:
0 commit comments