Rename to jupyter-resource-usage
See original GitHub issueNow that the repo has been moved to the jupyter-server
organization (https://github.com/jupyter-server/team-compass/issues/3), we should be able to rename the Python package and other instances of nbresuse
to jupyter-resource-usage
.
And publish a new version on PyPI with the new name.
TODO
- Rename the
jupyter-resource-usage
- Publish to PyPI: https://pypi.org/project/jupyter-resource-usage/
- Publish the lab extension to npm
- Add new maintainers for the PyPI package
- Document how to migrate to
0.5.0
in the changelog (and compatibility with JupyterLab 2 and 3) - Create new conda recipe: https://github.com/conda-forge/staged-recipes/pull/13508
- Handle the renaming for the conda forge package: https://github.com/conda-forge/nbresuse-feedstock -> https://github.com/conda-forge/jupyter-resource-usage-feedstock
- Update Binder
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:10 (7 by maintainers)
Top Results From Across the Web
jupyter-server/jupyter-resource-usage - GitHub
Jupyter Resource Usage is an extension for Jupyter Notebooks and JupyterLab that displays an indication of how much resources your current notebook server ......
Read more >5 Jupyter Extensions to Improve your Productivity
5 Jupyter Extensions to Improve your Productivity · 1. jupyter-resource-usage · 2. pyforest · 3. jupyter-themes · 4. jupyter-notify · 5. watermark.
Read more >Check your memory usage - The Littlest JupyterHub
Check your memory usage# ... The jupyter-resource-usage extension is part of the default installation, and tells you how much memory your user is...
Read more >Jupyter notebook: memory usage for each notebook
Mainly, only check ports that notebooks are running on, check different hostname options, improve the kernel process check and check for ipython ......
Read more >Any plan in how to limit the notebook instances resource ...
... limit the notebook instances resource usage of one Jupyter notebook server? ... is what we integrated into our product, we can not...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks and welcome @Jeffwan!
The move was done mostly to answer some questions about the maintainability of the project and its future. There are a couple of other projects using it, and some people willing to contribute to it.
There are also some answers in https://github.com/jupyter-server/team-compass/issues/3 and https://github.com/jupyter-server/jupyter-resource-usage/issues/62.
And the roadmap: https://github.com/jupyter-server/jupyter-resource-usage/issues/58 With some items talking about having metrics baked in Jupyter Server at some point in the future.
Also, even though the name of the package changes, we can continue with
0.5.0
for the next version.Which should make make things less confusing, especially when following the changelog.