Jeremy Tuloup

Results 2209 comments of Jeremy Tuloup

Thanks @jhgoebbert. Should the README also be updated to reflect the new default? https://github.com/jupyter-server/jupyter-resource-usage?tab=readme-ov-file#disable-prometheus-metrics

Thanks, looks like the file needs a quick lint pass.

@meeseeksdev please backport to 4.3.x

> Build tools, isolating them so they are more usable by other packages, extensions, etc. This one could be about: - Improving the contributor experience when working on JupyterLab or...

Thanks @yjoer for opening the issue :+1: I haven't looked too much into it yet, but maybe there is something to be done on the client side only, that would...

@Veeraraghavans which component of the former `jupyterlab-topbar` extension were you using? With version 1.0, all extensions were brought back into a single monorepo so it's easier to develop and release....

Thanks @nthiery for opening the issue :+1: This might be related to the logic to detect whether the kernel usage is supported: https://github.com/jupyter-server/jupyter-resource-usage/blob/cbf962f881058a30e2ce6951018da1cc937b8929/jupyter_resource_usage/api.py#L14-L21 https://github.com/jupyter-server/jupyter-resource-usage/blob/cbf962f881058a30e2ce6951018da1cc937b8929/jupyter_resource_usage/api.py#L96-L107 These checks seem to be happening...

Isn't `nbconvert` already installed automatically as a dependency of `jupyter_server`?

Thanks @ernstdegroot for the report. > jupyter labextension install @jupyter-server/resource-usage We recommend installing the extension with `pip` instead: `pip install jupyter-resource-usage`. Or `mamba` / `conda`: `conda install -c conda-forge jupyter-resource-usage`....

Closing as replaced by #418.