jupyterlab-plugin-playground
jupyterlab-plugin-playground copied to clipboard
A dynamic extension loader for JupyterLab
Fixes #63 - [x] Use the JupyterLab update script: https://jupyterlab.readthedocs.io/en/latest/extension/extension_migration.html#upgrading-extension-using-the-upgrade-script - [ ] ...
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.5 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...
## Description Follow-up to https://github.com/jupyterlab/jupyterlab-plugin-playground/pull/45 In https://github.com/jupyterlab/jupyterlab-plugin-playground/pull/45 it was noticed that the badge linking to the example file does not seem to be formatted correctly on ReadTheDocs:  ## Reproduce...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
On PyPI the tar-file at https://files.pythonhosted.org/packages/30/92/f9582475d6b30542a7e1c99f07ac99d9b845c62ac4e7e2ecba2d4b7370ba/jupyterlab_plugin_playground-0.4.0.tar.gz includes the file `jupyterlab_plugin_playground-0.4.0/jupyterlab_plugin_playground/labextension/package.json` which starts with ``` { "name": "@jupyterlab/plugin-playground", "version": "0.3.0", "description": "A JupyterLab Plugin Playground.", [..] ``` So it is not...
This add the support for the plugin `deactivate` method that will be support in JupyterLab 3.6.
### Problem While it's possible to _load_ modules, discovering them, and then learning about them, is a bit harder. ### Proposed Solution Surface known module information in a new button,...
### Problem Some extensions are _themselves_ extensible (e.g. [jupyterlab-markup](https://github.com/agoose77/jupyterlab-markup), [jupyterlab-lsp](https://github.com/jupyter-lsp/jupyterlab-lsp)), and might like to advertise this in a more declarative way, especially in documentation/demo settings (e.g. #16). ### Proposed Solution...