jupyter-server / jupyter-resource-usage

Jupyter Notebook Extension for monitoring your own Resource Usage
BSD 2-Clause "Simplified" License
486 stars 103 forks source link

Add disk monitoring #232

Closed perllaghu closed 5 months ago

perllaghu commented 6 months ago

Adds disk monitoring.

I've also done a couple of tweaks - like moving the UI labelling to indicators to their individual View file, and use these labels as the main reference.

(I didn't try and get the react code to take them from the schema file, but maybe a future task)

welcome[bot] commented 6 months ago

Thanks for submitting your first pull request! You are awesome! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please make sure you followed the pull request template, as this will help us review your contribution more quickly. welcome You can meet the other Jovyans by joining our Discourse forum. There is also a intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

perllaghu commented 6 months ago

I am unclear as to what is failing the linting... everything passes on my workstation

perllaghu commented 5 months ago

This PR has been superseded by https://github.com/jupyter-server/jupyter-resource-usage/pull/233