File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.5.1
4
+
5
+ - Skip building js assets if they already exist: [ #81 ] ( https://github.com/jupyter-server/jupyter-resource-usage/pull/81 )
6
+
3
7
## 0.5.0
4
8
5
9
The repository has now moved to the [ ` jupyter-server ` ] ( https://github.com/jupyter-server ) organization on GitHub.
Original file line number Diff line number Diff line change 5
5
Creating a new environment can help avoid pushing local changes and any extra tag.
6
6
7
7
``` bash
8
- conda create -n jupyter-resource-usage-release -c conda-forge twine keyring
8
+ conda create -n jupyter-resource-usage-release -c conda-forge twine keyring jupyter-packaging python
9
9
conda activate jupyter-resource-usage-release
10
+
11
+ # install JupyterLab to build the extension
12
+ python -m pip install --pre jupyterlab
10
13
```
11
14
12
15
Alternatively, the local repository can be cleaned with:
You can’t perform that action at this time.
0 commit comments