Skip to main content

A terminal for JupyterLite

Project description

jupyterlite-terminal

Github Actions Status lite-badge

A terminal for JupyterLite.

⚠️ This extension is still in development and not yet ready for general use. ⚠️

a screenshot showing a terminal running in JupyterLite

Requirements

  • JupyterLite >= 0.4.0

Install

To install the extension, execute:

pip install jupyterlite-terminal

You will also need to install the JupyterLite CLI:

python -m pip install --pre jupyterlite-core

Usage

After installing jupyterlite-core and jupyterlite-terminal, create a jupyter-lite.json file with the following content to activate the terminal extension:

{
  "jupyter-lite-schema-version": 0,
  "jupyter-config-data": {
    "terminalsAvailable": true
  }
}

Then build a new JupyterLite site:

jupyter lite build

Deployment

If you would like to deploy a JupyterLite site with the terminal extension, you will need to configure your server to add the Cross-Origin-Embedder-Policy and Cross-Origin-Opener-Policy headers.

As an example, this repository deploys the JupyterLite terminal to Vercel, using the following files:

  • vercel.json: configure the COOP / COEP server headers
  • deploy/requirements-deploy.txt: dependencies for the JupyterLite deployment
  • deploy/deploy.sh: script to deploy to Vercel, using micromamba to have full control on the Python versions and isolate the build in a virtual environment

For more information, have a look at the JupyterLite documentation: https://jupyterlite.readthedocs.io/

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_terminal directory
# Install package in development mode
pip install -e "."
# Link your development version of the extension with JupyterLab
jupyter labextension develop . --overwrite
# Rebuild extension Typescript source after making changes
jlpm 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 watch
# Run JupyterLab in another terminal
jupyter lab

Then build a JupyterLite distribution with the extension installed:

cd deploy
jupyter lite build --contents contents

And serve it either using:

npx static-handler --cors --coop --coep --corp _output/

or:

jupyter lite serve --LiteBuildConfig.extra_http_headers=Cross-Origin-Embedder-Policy=require-corp --LiteBuildConfig.extra_http_headers=Cross-Origin-Opener-Policy=same-origin

The extra HTTP headers are require to ensure that SharedArrayBuffer is available.

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_terminal-0.1.5.tar.gz (724.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jupyterlite_terminal-0.1.5-py3-none-any.whl (58.7 kB view details)

Uploaded Python 3

File details

Details for the file jupyterlite_terminal-0.1.5.tar.gz.

File metadata

  • Download URL: jupyterlite_terminal-0.1.5.tar.gz
  • Upload date:
  • Size: 724.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for jupyterlite_terminal-0.1.5.tar.gz
Algorithm Hash digest
SHA256 b8022705175faf986b9d1f72a2e9c4622f7c60099ca90aa8f4587d1d8ef6dd86
MD5 f4e0a9cd439f7d0cbe057b7fbea5fdc7
BLAKE2b-256 35565c06832b5a3a2b09396a22f5bc241c20621d7e1f2940e22d48adfa8eb543

See more details on using hashes here.

File details

Details for the file jupyterlite_terminal-0.1.5-py3-none-any.whl.

File metadata

File hashes

Hashes for jupyterlite_terminal-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 07d5db0e46ac68beec2e0767e323d8edf49d9b999ab894337923c166ddbff566
MD5 b9504d475b512b2b0fdcdeb81c852dec
BLAKE2b-256 083b6b361cd85286813285bf77e3be207ec91f3f0f5509d23caca8644744da3d

See more details on using hashes here.

Supported by

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