-
Notifications
You must be signed in to change notification settings - Fork 64
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
Restore nbresuse memory usage indicator on Catalyst pilot hub #143
Comments
I shut down my server and logged out, re-authenticated and started up a server and a notebook, but still not seeing any memory usage indicator. I tried installing |
hmmm - let's re-open this one until we can get confirmation that the extension is back and works as-expected 👍 |
Locally I seem to have both the server and notebook/lab extensions installed and enabled, but still not seeing any output in the JupyterLab interface. Feeling confused. 😕
|
Hi everyone - lurking on this thread b/c I came across a similar issue in a totally different hub setting. I believe based on their changelog that you might need to pin to nbresuse 0.3.6 until JupyterLab 3. @yuvipanda you would know better though. |
Hmm, not sure why #146 didn't fix it. I'll look at it tomorrow again :| |
Well, glad it's not just me that can't get it to show up! Thanks for looking into it. |
Issue #143 was caused by changing the catalyst coop image to the pangeo image, to support dask. However, that doesn't have nbresuse nor jupyter-resource-usage. Upstream, pangeo-data/pangeo-docker-images#173 is working on fixing this. Catalyst Coop isn't really using dask much, and doesn't need most of the base libraries that pangeo images provides. So we add dask to our base image, and use that instead.
I think #147 fixed this - I can see the indicator now. |
For some reason the memory usage indicator from
nbresuse
that was previously displayed on the Catalyst Cooperative pilot hub seems to have vanished, and I'm also running out of memory (I think, the kernels are dying anyway) while testing our tutorial notebooks, so it would be nice to get it back.Hopefully we can get our own Docker image building soon.
The text was updated successfully, but these errors were encountered: