extension-examples icon indicating copy to clipboard operation
extension-examples copied to clipboard

JupyterLab Extensions by Examples

Results 44 extension-examples issues
Sort by recently updated
recently updated
newest added

### Problem To follow the lead of the cookiecutter: https://github.com/jupyterlab/extension-cookiecutter-ts/pull/222 And streamline all the examples. ### Proposed Solution Maybe the upgrade script would work with this and help do most...

enhancement
status:Needs Triage

This PR is an example to create a form in JupyterLab `NotebookTools` panel. It depends on an other PR in JupyterLab : https://github.com/jupyterlab/jupyterlab/pull/13056.

## Description Server Extensions created per these examples will not work with Labv4/Notebookv7 without NBClassic installed because they use notebook rather than jupyter_server as the base-class for imports. See: https://github.com/jupyterlab/extension-examples/blob/78a480c5343a106b53deddfb60ebe781edbde11d/server-extension/jlab_ext_example/handlers.py#L4...

bug

Okay, I am not sure if it's a bug or my lack of knowledge, so apologies upfront. Usually we restart kernel to jupyterlab to pick up changes in our python...

documentation

This example adds three related extension packages: - step_counter - step_counter_extension - leap_counter_extension With all 3 installed in a JupyterLab environment, users will get a provider extension that counts steps...

To start, I'm not sure if this is the place for this issue, I am open to recreating this issue in another repository if it's more applicable. ## Description I...

bug

Hi, could you please tell me how can i write this code in functional component. since we need to extend ReactWidget, I couldn't figure it out. https://github.com/jupyterlab/extension-examples/blob/36a65956d5385e2a4d87873b5eafe7336126e4da/kernel-messaging/src/widget.tsx ![image](https://github.com/jupyterlab/extension-examples/assets/138553763/e26676dd-c963-4eaa-bf54-b262843bfc4b)

enhancement

It would be nice to have an example showing how to use dialogs and / or all the different types of dialogs available. Some examples already use dialogs, for example:...

The current issue templates are the ones from the `jupyterlab` organization on GitHub: ![image](https://github.com/jupyterlab/extension-examples/assets/591645/0b065b1e-3600-490b-b894-8ece3208e5b2) However they don't seem to be all relevant for this repo of examples. Instead we could...

I have tried and failed to create a vue-widget similar in principle to the react-widget. I stumble on low level typescript/vdom and don't understand many aspects of jlab building. This...