Skip to main content

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

Github Actions Status Binder npm version PyPI version License Documentation Status

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.

Alt Text

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

jupyterlab_code_snippets-2.2.0.tar.gz (48.0 MB view details)

Uploaded Source

Built Distribution

jupyterlab_code_snippets-2.2.0-py3-none-any.whl (13.0 kB view details)

Uploaded Python 3

File details

Details for the file jupyterlab_code_snippets-2.2.0.tar.gz.

File metadata

File hashes

Hashes for jupyterlab_code_snippets-2.2.0.tar.gz
Algorithm Hash digest
SHA256 465f31b51f2458881e6ece61ca1681d4d5855c3eba65e7e6e19baf5840303ae9
MD5 ec5949d212a5a83ae1b0203605455453
BLAKE2b-256 b5db13654f4b11ba53d1e4550524e4ac05626f6ea15fa38784f76cf7f1d550b0

See more details on using hashes here.

File details

Details for the file jupyterlab_code_snippets-2.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for jupyterlab_code_snippets-2.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 66a486758ffe43c01784b8d8194bbe0bdc6a961a5421e42439ccf7d19a1cdb70
MD5 472a5acd1f1df1312d7cb621b0743cf0
BLAKE2b-256 a9e6ff858dd26b8e12d68a98cb73bbfb16cb539544b34c2aec279400e003ba47

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page