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

## 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