Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 780 Bytes

server-extensions.md

File metadata and controls

13 lines (7 loc) · 780 Bytes

Server Extensions in Notebook 7

Notebook 7 is now based on Jupyter Server, which is a new server application that allows to run multiple Jupyter applications (e.g. Notebook, JupyterLab, NBClassic, etc.) on the same server.

This means that Notebook 7 is able to reuse many of the existing server extensions from the Jupyter ecosystem as is.

Migration from the Notebook Server

The Jupyter Server documentation provides a guide for migrating from the classic notebook server to Jupyter Server

Authoring Server Extensions

The Jupyter Server documentation provides a guide for authoring server extensions