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

The `Rename` action that appears when a user right-clicks a notebook name on the tab section displays the path of the current file: I was wondering how it does that,...

enhancement

I'd like to have an extension that adds a button (like [this](https://github.com/jupyterlab/extension-examples/tree/master/toolbar-button)) to trigger a command written by the user in the metadata of the notebook. [I guess](https://github.com/jupyterlab/extension-examples/issues/202#issuecomment-1186516492) the command...

enhancement

Please provide an extension example for showing a "Save as ..." dialog. Also see https://github.com/jupyterlab/jupyterlab/issues/9271

I am trying to create a "[vue](https://vuejs.org/)-widget" similar to the existing "react-widget". The only reference I found is this repo: [studyhub-co/jupyterlab_vue](https://github.com/studyhub-co/jupyterlab_vue) Which is commented on this discourse.jupyter.org [thread](https://discourse.jupyter.org/t/boilerplate-needed-for-making-a-jupyterlab-extension-using-vue-js/1630). Questions: +...

enhancement

This is what I try to achieve - with a sample logo: ![Screenshot from 2022-06-30 00-07-27](https://user-images.githubusercontent.com/2219383/176553882-b3aac4bc-d05b-4f8d-bb67-dbe5e884012c.png) To do that manually, I open the console and paste: ```js var svgStr =...

enhancement

## Description Several examples didn't work, The browser is just not showing any thing, insted came up with a greyed-out looking like below: ![image](https://user-images.githubusercontent.com/25010312/173006539-a04bf5cf-79e7-4fe4-81b2-54c3e74801b7.png) And those not working examples(including datagrid...

bug

It would be good to have a mimerender extension example too. I tried to use the [mimerender-cookiecutter-ts](https://github.com/jupyterlab/mimerender-cookiecutter-ts), but it breaks right at the initial `pip install -e`. Cf. issue [mimerender-cookiecutter-ts/issues/30](https://github.com/jupyterlab/mimerender-cookiecutter-ts/issues/30)...

enhancement

### Problem The classic notebook v6 documentation has a dedicated page about Comms: https://jupyter-notebook.readthedocs.io/en/v6.4.8/comms.html They include JavaScript code snippets to define comm targets on the frontend. But the JupyterLab documentation...

enhancement
status:Needs Triage