extension-examples
extension-examples copied to clipboard
JupyterLab Extensions by Examples
## 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...
### 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...
## 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...
### 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...