chore(deps): update dependency jupyter-server to v1 #88
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.1.1
->==1.0.6
By merging this PR, the below vulnerabilities will be automatically resolved:
Release Notes
jupyter-server/jupyter_server (jupyter-server)
v1.0.6
Compare Source
1.0.6 is a security release, fixing one vulnerability:
Changed
v1.0.5
Compare Source
Release 1.0.5
v1.0.4
Compare Source
Release 1.0.4
v1.0.3
Compare Source
v1.0.2
Compare Source
Release 1.0.2
v1.0.1
Compare Source
v1.0.0
Compare Source
Added.
login.html
template. (220, 295)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)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 ofname
. (232)config_dir_name
trait configurable inConfigManager
. (297)Removed.
Fixed.
notebook
package already imports them. (#210)terminals
REST API unit tests that weren't shutting down properly. (221)base_url
was being duplicated when getting a url path from theServerApp
. (280)base_url
. Previously, allstatic
paths were not. (285)HasTraits
. This broke in traitlets 5.0 (294)urlparse
withurl_path_join
to prevent URL squashing issues. (304)v0.3.0
Compare Source
Added
AsyncKernelManager
fromjupyter_client
terminals
REST API.Changed
ExtensionHandler
was changed to an Mixin class, i.e.ExtensionHandlerMixin
Removed
v0.2.1
Compare Source
Added
serverapp
: a default ServerApp instance that handles setup+teardown.configurable_serverapp
: a function that returns a ServerApp instance.fetch
: an awaitable function that tests makes requests to the server APIcreate_notebook
: a function that writes a notebook to a given temporary file path.v0.2.0
Compare Source
Added
extension
submodule (#48)/static/<extension_name>
endpoint./static/<extension_name>
Changed
jupyter serverextension <command>
entrypoint has been changed tojupyter server extension <command>
.toggle_jupyter_server
andvalidate_jupyter_server
function no longer take a Logger object as an argument.Removed
root_dir
trait in FileContentsManager and MappingKernelManager in ServerApp (#135)Fixed
Security