Skip to main content

A set of FPS plugins implementing a Jupyter server

Project description

Build Status

Jupyverse

A set of FPS modules implementing a Jupyter server.

Try it online:

  • JupyterLab frontend: Binder
  • Jupyter Notebook frontend: Binder

Documentation is available here.

Install

From PyPI

Jupyverse can be installed with pip, for instance the following:

pip install "jupyverse[jupyterlab,auth]"

will install jupyverse with the JupyterLab frontend and the auth plugin.

From conda-forge

Jupyverse can be installed with micromamba:

micromamba create -n jupyverse
micromamba activate jupyverse
micromamba install jupyverse fps-jupyterlab fps-auth

Development install

Clone or fork this repository:

git clone https://github.com/jupyter-server/jupyverse.git
cd jupyverse

Then either use uv or pip to install in development mode.

Using uv

Install all plugins in editable mode:

uv venv
for dir in ./api/*; do dirname=$(basename "$dir"); uv pip install -e "jupyverse-$dirname @ ./api/$dirname"; done
for dir in ./plugins/*; do dirname=$(basename "$dir"); uv pip install -e "fps-$dirname @ ./plugins/$dirname"; done
uv pip install --group test -e .

Run tests with:

uv run pytest -v

For testing, all the plugins are installed in the same environment. Jupyverse will automatically start all plugins registered in the jupyverse.modules entry point. Some of them should be disabled, for instance there should be only one authentication plugin:

uv run jupyverse \
    --disable auth_fief \
    --disable auth_jupyterhub \
    --disable noauth \
    --disable file_watcher_poll \
    --disable notebook

Using pip

Using pip sometimes gives more control, for instance if you want to install third-party libraries in development mode too. It is recommended to create a virtual environment before running the following commands:

for dir in ./api/*; do dirname=$(basename "$dir"); pip install -e "jupyverse-$dirname @ ./api/$dirname"; done
for dir in ./plugins/*; do dirname=$(basename "$dir"); pip install -e "fps-$dirname @ ./plugins/$dirname"; done
pip install --group test -e .

Run tests with:

pytest -v

Run jupyverse with:

jupyverse \
    --disable auth_fief \
    --disable auth_jupyterhub \
    --disable noauth \
    --disable file_watcher_poll \
    --disable notebook

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

jupyverse-0.14.6.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

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

jupyverse-0.14.6-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file jupyverse-0.14.6.tar.gz.

File metadata

  • Download URL: jupyverse-0.14.6.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.1 {"installer":{"name":"uv","version":"0.11.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for jupyverse-0.14.6.tar.gz
Algorithm Hash digest
SHA256 80efbc915886ddf6701a7d62947f7ee3b92d76b8c6c31ebe77ae178198b1f79a
MD5 40c8b11df23feb596fcbe4b7ade3548c
BLAKE2b-256 22c39b4c23bbf3de8929c99843915e090c037e173d3f69e7bbd6a77be6d04269

See more details on using hashes here.

File details

Details for the file jupyverse-0.14.6-py3-none-any.whl.

File metadata

  • Download URL: jupyverse-0.14.6-py3-none-any.whl
  • Upload date:
  • Size: 4.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.1 {"installer":{"name":"uv","version":"0.11.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for jupyverse-0.14.6-py3-none-any.whl
Algorithm Hash digest
SHA256 3ab7a4a96c9ac225cc0f173754c7592b6b082c0cd559a2482c7611e421825e16
MD5 1e444be4a86bbe92b8035929cc060ce5
BLAKE2b-256 19fad1eb8560f27ea23e7b56a58994215b102cb2eb4bee0b431c958e65515e88

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