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
Added a basic, styled login.html template. (220, 295)
Added new extension manager API for handling server extensions. (248, 265, 275, 303)
The favicon and Jupyter logo are now available under jupyter_server's static namespace. (284)
Changed.
load_jupyter_server_extension should be renamed to _load_jupyter_server_extension in server extensions. Server now throws a warning when the old name is used. (213)
Docs for server extensions now recommend using authenticated decorator for handlers. (219)
_load_jupyter_server_paths should be renamed to _load_jupyter_server_points in server extensions. (277)
static_url_prefix in ExtensionApps is now a configurable trait. (289)
extension_name trait was removed in favor of name. (232)