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

JupyterLab Extensions by Examples

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

## Description When using the shared document example and opening the document using the standard text editor ("Editor"), the window is blank. Then, when reopening the file using the extension...

bug

### Problem Custom drives are a powerful feature of JupyterLab that allow extensions to provide additional sources of contents. For example: - https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access - https://github.com/jupyterlab/jupyterlab-github ### Proposed Solution Creating a...

enhancement

## Description When I follow the instructions and run the main-menu example, no menu is added just the command in the command pallet. I believe this is because some automatic...

bug

### Problem In the example kernel-messaging, for the code "3+5", JSON object {"data": {"text/plain":"8"},...} will be returned and displayed. Actually, the logic value is 5 instead of "5". It is...

enhancement

Dear maintainers, this pull request updates the extension examples to the latest extension template. I tried to create one commit per example as I feel it could make the review...

maintenance

CI (pytest) fails for the documents example. Related: #283 ## Steps to reproduce 1) Follow the README/quickstart for cloning the repo and installing. Instead of moving to hello-world, move to...

bug
status:Needs Triage

ui-tests fail for the documents example. Related: #282 ## Steps to reproduce 1) Follow the README/quickstart for cloning the repo and installing. Instead of moving to hello-world, move to the...

status:Needs Triage
maintenance

### Problem * when using cell magic extensions, I have to load extension then configure cell magic with parameters on each cell or using config cell magic ### Proposed Solution...

enhancement

Fixes #278. This pull request waits for the session to be ready when creating a Kernel Output panel to execute a command. Thank you for considering it.

bug

## Description It is my understanding that the command `execute` in the [kernel output extension](https://github.com/jupyterlab/extension-examples?tab=readme-ov-file#kernel-output) should open a new kernel output panel if it is not there yet: https://github.com/jupyterlab/extension-examples/blob/203393a2172599c27988c0e23b9a107b8cf9f9c5/kernel-output/src/index.ts#L83-85 Unfortunately,...

bug