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 11# Changelog
22
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+
37## 0.5.0
48
59The 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 55Creating a new environment can help avoid pushing local changes and any extra tag.
66
77``` 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
99conda activate jupyter-resource-usage-release
10+
11+ # install JupyterLab to build the extension
12+ python -m pip install --pre jupyterlab
1013```
1114
1215Alternatively, the local repository can be cleaned with:
You can’t perform that action at this time.
0 commit comments