Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lab extensions jupyter-resource-usage and nbgitpuller #730

Merged
merged 2 commits into from
Jul 13, 2021

Conversation

alimanfoo
Copy link
Contributor

In our QHub deployment we've found it useful to add a couple of jupyterlab extensions. The first is the jupyter-resource-usage extension which shows memory used/available on the VM running lab. The second is the nbgitpuller package which allows distributing URLs that load a given notebook into the JupyterHub service. Thought I'd suggest these as generally good additions to include in the lab image.

Copy link
Member

@costrouc costrouc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @alimanfoo for these additions! I think there are worthwhile to add to the default image. We certainly see a lot of issues with kernels dying due to out of memory errors and having an easy way for them to see their usage would be helpful. Also nbgitpuller would be helpful as well for like you said automatically downloading repos.

Could you fix the pin for - jupyter-resource-usage >=0.6.0. The changelog indicates that jupyterlab 3 support was added in that version https://github.com/jupyter-server/jupyter-resource-usage/blob/master/CHANGELOG.md#060.

Otherwise looks great to me.

@alimanfoo
Copy link
Contributor Author

Could you fix the pin for - jupyter-resource-usage >=0.6.0. The changelog indicates that jupyterlab 3 support was added in that version https://github.com/jupyter-server/jupyter-resource-usage/blob/master/CHANGELOG.md#060.

Thanks @costrouc, no problem, done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants