This is a Common Lisp kernel for Jupyter along with a library for building Jupyter kernels, based on Maxima-Jupyter which was based on cl-jupyter
.
JupyterLab Server sits between JupyterLab and Jupyter Server, and provides a set of REST API handlers and utilities that are used by JupyterLab. It is a separate project in order to accommodate creating JupyterLab-like applications from a more limited scope.
This package provides a Sphinx extension for deploying JupyterLite
.
ipywidgets, also known as jupyter-widgets or simply widgets, are interactive HTML widgets for Jupyter notebooks and the IPython kernel.
This package contains a syntax coloring theme for pygments making use of the JupyterLab CSS variables.
This package is an experimental refactoring of the machinery for launching and using Jupyter kernels.
repo2docker
fetches a git repository and builds a container image based on the configuration files found in the repository.
jupyter_kernel_test
is a tool for testing Jupyter kernels. It tests kernels for successful code execution and conformance with the Jupyter Messaging Protocol.
Jupyter Server Proxy lets you run arbitrary external processes (such as RStudio, Shiny Server, Syncthing, PostgreSQL, Code Server, etc) alongside your notebook server and provide authenticated web access to them using a path like /rstudio
next to others like /lab
. Alongside the python package that provides the main functionality, the JupyterLab extension (@jupyterlab/server-proxy
) provides buttons in the JupyterLab launcher window to get to RStudio for example.
Jupyter Server Proxy lets you run arbitrary external processes (such as RStudio, Shiny Server, Syncthing, PostgreSQL, Code Server, etc) alongside your notebook server and provide authenticated web access to them using a path like /rstudio
next to others like /lab
. Alongside the python package that provides the main functionality, the JupyterLab extension (@jupyterlab/server-proxy
) provides buttons in the JupyterLab launcher window to get to RStudio for example.
This package provides a hatch plugin to help build Jupyter packages.
This package provides a Jupyter Server extension for serving Mathjax, the JavaScript display engine for mathematics.
This package provides a Jupyter Server extension providing terminals.
An implementation of the JupyterHub proxy api with traefik: an extremely lightweight, portable reverse proxy implementation, that supports load balancing and can configure itself automatically and dynamically.
The jupyter_client
package contains the reference implementation of the Jupyter protocol. It also provides client and kernel management APIs for working with kernels, and the jupyter kernelspec
entrypoint for installing kernelspec
s for use with Jupyter frontends.
LDAP Authenticator for JupyterHub