-
- https://jupyterlab.readthedocs.io/en/stable/developer/extension_dev.html
- https://jupyterlab.readthedocs.io/en/stable/developer/extension_dev.html#cookiecutters
- "Steps to convert jupyter note…
-
Auto indentation seem to be stuck at 2 spaces.
I've tried to nuke `user-settings/@jupyterlab/fileeditor-extension/plugin.jupyterlab-settings` and try multiple time, but it seem to have no effect fo…
-
### Problem
It would be interesting to set up some basic tests to see how the number of installed extensions could impact the loading time of the JupyterLab application.
For example do…
-
Description
Currently, it is not possible to show the 'last modified' column when jupyterlab-unfold is activated
Go to settings > file browser > check 'last modified'.
Python package version:
…
-
Seems this project only has memory UI in jupyter lab extension.
https://github.com/jupyter-server/jupyter-resource-usage/tree/master/packages/labextension/src
I know CPU metrics needs to be ena…
-
## Description
Extensions can open the settings editor on a given setting by passing a `query` argument. It works great when the Settings Editor is closed, but if it is already open, the command sw…
-
Currently, the docs for jupyterlab support (e.g. [here](https://plotly.com/python/getting-started/#jupyterlab-support-python-35) or [here](https://github.com/plotly/plotly.py/blob/master/README.md)) i…
-
Edited by Don, as the widget does not load in regular desktop (not just SSH or the like).
Show Logs
## Environment data
- VS Code version: 1.87.2
- Jupyter Extension version: v20…
-
Hi! 👋
### Problem
The `@jupyterlab/debugger` extension contains a set of icons used in the JupyterLab interface. All JupyterLab interface _core_ icons are centralized in the `@jupyterlab/ui-com…
-
## Description
I followed the jupterlab extension tutorial https://jupyterlab.readthedocs.io/en/stable/extension/extension_tutorial.html
I was able to create an extension, build it and see it …