jupyter_server
jupyter_server copied to clipboard
The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.
### Problem When you have a Jupyter server up and running, and encounter an unexpected issue, you might need debug logs from the server to triage the issue, but changing...
Currently, when trying to load a jupyter notebook when the disk is full, you may see an error as follows:  (The reason is, opening a notebook involves SQLite updating...
got the warning DEPRECATED in 2.0. Use PasswordIdentityProvider.allow_password_change But I dont know how to revise my server_config .How can i use this function?
### Problem I would like to run a simple jupyter-server with a single extension and enforce that no other extensions are picked up. This does not appear to be currently...
add some methods in gateway kernel client to support jupyter-server nbmodel
Fixes https://github.com/jupyter-server/jupyter_server/issues/1531 This PR uses [`typing.override`](https://docs.python.org/3/library/typing.html#typing.override) in favor of the [`overrides`](https://pypi.org/project/overrides/) dependency when possible. As of Python 3.12, the standard library offers `typing.override` to perform a static check on overridden...
Fixes https://github.com/jupyter-server/jupyter_server/issues/1536 - [x] Allow configuring extra param keys to scrub with `c.ServerApp.extra_log_scrub_param_keys` - [x] Add to the docs - [x] Add a test Currently the extra param keys do...
### Problem For any errors, the referer url is logged [here](https://github.com/jupyter-server/jupyter_server/blob/4ee6e1ddc058f87b2c5699cd6b9caf780a013044/jupyter_server/log.py#L93) and only [hardcoded query parameters](https://github.com/jupyter-server/jupyter_server/blob/4ee6e1ddc058f87b2c5699cd6b9caf780a013044/jupyter_server/log.py#L20) are scrubbed. Our query includes custom params like "jwt-token" that are not scrubbed and...
### Problem We need a way to set the terminal prompt (e.g. with `PS1` environment variable) for reproducible snapshots as in https://github.com/jupyterlab/jupyterlab/pull/17656. This may be also desirable for real deployments....
### Problem We host a platform that provides access to sensitive research data, and Jupyter is one of the environments offered to researchers. For audit and security purposes, we need...