EXPERIMENTAL: Save, reuse, and share code snippets using JupyterLab Code Snippets
Project description
JupyterLab Code Snippet
Save, reuse, and share code snippets using JupyterLab Code Snippets
This extension is a derivative of Elyra's original design and further developed by Jupyter Cal Poly Team.
Read Press Release for more information.
Check out the Current Progress to keep up with our feature updates!
This extension is composed of a NPM package named jupyterlab-code-snippets
for the frontend extension.
Requirements
- JupyterLab >= 3.0
Install
Install using jupyter:
jupyter labextension install jupyterlab-code-snippets
Install using pip:
pip install jupyterlab-code-snippets
Troubleshoot
If it is installed, try:
jupyter lab clean
jupyter lab build
Contributing
Install
The jlpm
command is JupyterLab's pinned version of
yarn that is installed with JupyterLab. You may use
yarn
or npm
in lieu of jlpm
below.
# Clone the repo to your local environment
# Move to jupyter-lab-code-snippets directory
# Install dependencies
jlpm
# Build Typescript source
jlpm build
# Link your development version of the extension with JupyterLab
jupyter labextension install .
# Rebuild Typescript source after making changes
jlpm build
# Rebuild JupyterLab after making any changes
jupyter lab build
You can watch the source directory and run JupyterLab in watch mode to watch for changes in the extension's source and automatically rebuild the extension and application.
# Watch the source directory in another terminal tab
jlpm watch
# Run jupyterlab in watch mode in one terminal tab
jupyter lab --watch
Now every change will be built locally and bundled into JupyterLab. Be sure to refresh your browser page after saving file changes to reload the extension (note: you'll need to wait for webpack to finish, which can take 10s+ at times).
Uninstall
jupyter labextension uninstall jupyterlab-code-snippets
OR
pip uninstall jupyterlab-code-snippets
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file jupyterlab_code_snippets-2.2.0.tar.gz
.
File metadata
- Download URL: jupyterlab_code_snippets-2.2.0.tar.gz
- Upload date:
- Size: 48.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 465f31b51f2458881e6ece61ca1681d4d5855c3eba65e7e6e19baf5840303ae9 |
|
MD5 | ec5949d212a5a83ae1b0203605455453 |
|
BLAKE2b-256 | b5db13654f4b11ba53d1e4550524e4ac05626f6ea15fa38784f76cf7f1d550b0 |
File details
Details for the file jupyterlab_code_snippets-2.2.0-py3-none-any.whl
.
File metadata
- Download URL: jupyterlab_code_snippets-2.2.0-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66a486758ffe43c01784b8d8194bbe0bdc6a961a5421e42439ccf7d19a1cdb70 |
|
MD5 | 472a5acd1f1df1312d7cb621b0743cf0 |
|
BLAKE2b-256 | a9e6ff858dd26b8e12d68a98cb73bbfb16cb539544b34c2aec279400e003ba47 |