Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 4.29 KB

README.md

File metadata and controls

16 lines (12 loc) · 4.29 KB

Jupyter Server Extension Sanity Check

This repo runs a series of Github actions to verify that various jupyter server extensions are discovered and linked to Jupyter Server when installed from the latest release and source. This is critical since Jupyter released Jupyter Server (the new Python server backend) and most of Jupyter's frontend applications will depend on this server.

Extension Stable (Jupyter Server) Latest (Jupyter Server)
jupyterlab jupyterlab jupyterlab
nbresuse nbresuse (stable) nbresuse (latest)
nbdime nbdime (stable) nbdime (latest)
jupyter-server-proxy jupyter-server-proxy (stable) jupyter-server-proxy (latest)
jupytext jupytext (stable) jupytext (latest)
nbgitpuller nbgitpuller (stable) nbgitpuller (latest)
jupyter_nbextensions_configurator jupyter_nbextensions_configurator (stable) jupyter_nbextensions_configurator (latest)

Please feel free to add your server extension to the list! Submit a PR with a new set of Github Actions for your extension (you should be able to copy-and-paste the workflow from another extension and change the references to your extension).