A terminal for JupyterLite
Project description
jupyterlite-terminal
A terminal for JupyterLite.
⚠️ This extension is still in development and not yet ready for general use. ⚠️
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 headersrequirements-deploy.txt
: dependencies for the JupyterLite deploymentdeploy.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:
jupyter lite build --contents demo/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
Release history Release notifications | RSS feed
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 jupyterlite_terminal-0.1.2.tar.gz
.
File metadata
- Download URL: jupyterlite_terminal-0.1.2.tar.gz
- Upload date:
- Size: 598.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d86be55dd74d8874498e1c70cd52451a66465e896b9ee305f90a1b7a7d6f95a |
|
MD5 | ae5105f3c8ee2ac426fb91ea58bfbe78 |
|
BLAKE2b-256 | f93c10458bcce05c2087888a820d72f9c46785a3c65dc734a4ca725fff2607c2 |
File details
Details for the file jupyterlite_terminal-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: jupyterlite_terminal-0.1.2-py3-none-any.whl
- Upload date:
- Size: 53.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b71078edb9c77da965b2c00fe6a1f1dbbafea63dfd52b4ba16986344cb250d1 |
|
MD5 | 27ce5c9cf7a5253462d77adb753cb541 |
|
BLAKE2b-256 | 19b45224572807b8b8ad266f10534426a57270b4be0d9f5de1d996d8675c711d |