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 | ||
nbresuse | ||
nbdime | ||
jupyter-server-proxy | ||
jupytext | ||
nbgitpuller | ||
jupyter_nbextensions_configurator |
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).