Skip to main content

A Waldiez JupyterLab extension.

Project description

@waldiez/jupyter

CI Build Coverage Status PyPI version

A Waldiez JupyterLab extension.

This extension is composed of a Python package named waldiez-jupyter for the server extension and a NPM package named @waldiez/jupyter for the frontend extension.

Quick Start

Using docker:

CONTAINER_COMMAND=docker # or podman
$CONTAINER_COMMAND run \
  --rm \
  -it \
  -p 10000:8888 \
  -v ${PWD}/notebooks:/home/user/notebooks \
  ghcr.io/waldiez/jupyter:latest

# with selinux and/or podman, you might get permission errors, so you can try:
$CONTAINER_COMMAND run \
  --rm \
  -it \
  -p 10000:8888 \
  -v ${PWD}/notebooks:/home/user/notebooks \
  --userns=keep-id \
  --security-opt label=disable ghcr.io/waldiez/jupyter:latest

Then open your browser at http://localhost:10000 and you should see the JupyterLab interface.

Optional environment variables for the container:

# no password or token by default
JUPYTER_PASSWORD=
JUPYTER_TOKEN=

Requirements

  • JupyterLab >= 4.0.0

Install

To install the extension, execute:

## if not already, install jupyter:
# pip install jupyter
pip install waldiez-jupyter
## you can now start jupyter lab:
# jupyter lab

Or from the repository:

# Note: node js and yarn are required to build the extension
pip install git+https://github.com/waldiez/jupyter

Uninstall

To remove the extension, execute:

pip uninstall waldiez_jupyter

Troubleshoot

If you are seeing the frontend extension, but it is not working, check that the server extension is enabled:

jupyter server extension list

If the server extension is installed and enabled, but you are not seeing the frontend extension, check the frontend extension is installed:

jupyter labextension list

License

This project is licensed under the MIT License - see the LICENSE file for details.

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

waldiez_jupyter-0.1.16.tar.gz (546.4 kB view details)

Uploaded Source

Built Distribution

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

waldiez_jupyter-0.1.16-py3-none-any.whl (299.8 kB view details)

Uploaded Python 3

File details

Details for the file waldiez_jupyter-0.1.16.tar.gz.

File metadata

  • Download URL: waldiez_jupyter-0.1.16.tar.gz
  • Upload date:
  • Size: 546.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for waldiez_jupyter-0.1.16.tar.gz
Algorithm Hash digest
SHA256 da414476b989272f3ccf97a14ac70bef5e7d6833a55df471a65794d5abb58680
MD5 db73aa25632d0da078818d05538dad85
BLAKE2b-256 92d5e82b78478f39997439127f070387d677b00544f41a545827bfa71ba7672a

See more details on using hashes here.

Provenance

The following attestation bundles were made for waldiez_jupyter-0.1.16.tar.gz:

Publisher: package.yaml on waldiez/jupyter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file waldiez_jupyter-0.1.16-py3-none-any.whl.

File metadata

File hashes

Hashes for waldiez_jupyter-0.1.16-py3-none-any.whl
Algorithm Hash digest
SHA256 87411cbc2c47f6dbc25dcb7281c5ef81008dc13fce4de4fd9f7f344cb63ccc32
MD5 a148598a4d5d92af3c3ee6c960e35ad9
BLAKE2b-256 681f2aaeee5fda4c2f8c58e37d5b012b06e5da03737d4300988e98cafe29ae18

See more details on using hashes here.

Provenance

The following attestation bundles were made for waldiez_jupyter-0.1.16-py3-none-any.whl:

Publisher: package.yaml on waldiez/jupyter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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