You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add namespacing to static endpoints and REST API urls.
Currently, the notebook tornado application serves all static files underneath the /static/ prefix. Jupyter server will add namespacing under the static url and extension REST API urls. Each extension will serve their static files under the /static/<extension-name> prefix and their API handlers behind a /extension/api/<extension-name> prefix.
For example, the classic notebook server extension will add static handlers that reroute requests to the /static/notebook/ endpoints.
A new ExtensionHandler class will be available in jupyter_server.extensions.handlers. This class inherits JupyterHandler. It handles the boilerplate code to reroute requests extension's namespaced static and REST API endpoints.
The text was updated successfully, but these errors were encountered:
Zsailer
changed the title
[JEP 10]
[JEP 10] Add namespacing to static endpoints and REST API urls.
Feb 28, 2019
Zsailer
changed the title
[JEP 10] Add namespacing to static endpoints and REST API urls.
[JEP 0028] Add namespacing to static endpoints and REST API urls.
Mar 1, 2019
From JEP 0028 (Jupyter Server):
Opening for further discussion.
The text was updated successfully, but these errors were encountered: