Skip to main content

An echo kernel for JupyterLite

Project description

jupyterlite-echo-kernel

Github Actions Status

An echo kernel for JupyterLite.

echo-kernel

Requirements

  • JupyterLite >= 0.1.0a10

Install

To install the extension, execute:

pip install jupyterlite-echo-kernel

Then build your JupyterLite site:

jupyter lite build

Uninstall

To remove the extension, execute:

pip uninstall jupyterlite-echo-kernel

Contributing

Development install

Note: You will need NodeJS to build the extension package.

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
# Change directory to the jupyterlite-echo-kernel directory
# Install package in development mode
python -m pip install -e .

# Link your development version of the extension with JupyterLab
jupyter labextension develop . --overwrite

# Rebuild extension Typescript source after making changes
jlpm run build

You can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.

# Watch the source directory in one terminal, automatically rebuilding when needed
jlpm run watch
# Run JupyterLab in another terminal
jupyter lab

With the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).

Development uninstall

pip uninstall jupyterlite-echo-kernel

In development mode, you will also need to remove the symlink created by jupyter labextension develop command. To find its location, you can run jupyter labextension list to figure out where the labextensions folder is located. Then you can remove the symlink named @jupyterlite/echo-kernel within that folder.

Packaging the extension

See RELEASE

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

jupyterlite-echo-kernel-0.2.0.tar.gz (124.7 kB view details)

Uploaded Source

Built Distribution

jupyterlite_echo_kernel-0.2.0-py3-none-any.whl (69.5 kB view details)

Uploaded Python 3

File details

Details for the file jupyterlite-echo-kernel-0.2.0.tar.gz.

File metadata

File hashes

Hashes for jupyterlite-echo-kernel-0.2.0.tar.gz
Algorithm Hash digest
SHA256 a9a3230e4f7ea03b0d81a202c02068d46a214b2858f608e298e3787b9ca5546e
MD5 b345289b4342cfeb541a578b87403115
BLAKE2b-256 ab6d1dae5248bca68a3f795921c0cedfcd58cc6c03e35d5a61c35b752252aba2

See more details on using hashes here.

File details

Details for the file jupyterlite_echo_kernel-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for jupyterlite_echo_kernel-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9aa68fb6fd660b78d66fad094c7f5b4f3c9dd1d2fdcee3280ee77a47dcba25cd
MD5 5359c0fee1bfa8619d2d869fda67c575
BLAKE2b-256 9f2f2ce5bef9162608ea3bf37c404e9a64f0d61e17f2acd98850d5c30faebe00

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