Jeremy Tuloup
Jeremy Tuloup
This will be a follow-up issue to https://github.com/voila-dashboards/voila-gridstack/pull/69 The idea is to reuse the same components as the ones used for the JupyterLab Extension, by having a standalone lab-based app...
For now user facing strings are not necessarily translated and most of them are hardcoded in English: https://github.com/voila-dashboards/voila-gridstack/blob/98790496a1e1d987bb7ef23ed5196aa44b068056/packages/jupyterlab-gridstack/src/editor/components/metadata.tsx#L67 There could be a pass on the code base to add support...
Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...
And drop Travis on CI.
Fixes #103 As a side-effect, this also removes the build step and should make the Binder build faster. Testing on: https://mybinder.org/v2/gh/jtpio/jupyterlab-demo/renderers?urlpath=lab ### TODO - [x] Install from PyPI - [x]...
Once https://github.com/conda-forge/staged-recipes/pull/14245 is merged and the packages available on `conda`, we should be able to remove this task: https://github.com/jupyterlab/jupyterlab-demo/blob/5a5eb6bb04250b199a1cbb529e744075216a17a5/tasks.py#L44-L57 And add the dependencies to: https://github.com/jupyterlab/jupyterlab-demo/blob/5a5eb6bb04250b199a1cbb529e744075216a17a5/binder/environment.yml#L3 Which should make the Binder...
This was briefly mentioned in https://github.com/yuvipanda/nbresuse/pull/22#issuecomment-588158223. Opening a new issue for better tracking. It would indeed be really useful to track cpu and memory usage per kernel. The frontend could...
Let's keep discussions on what to do next with `nbresuse` in this meta issue. ---- - [x] Restore the `/metrics` endpoint to keep backward compatibility for the `0.3.x` releases: #45...
Now 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...
https://github.com/yuvipanda/nbresuse/pull/45 restored the `/metrics` endpoint, so that JupyterLab (and other frontends) can display the metrics:  The reason to move away from `/metrics` is to not shadow the default Prometheus...