jupyter_server icon indicating copy to clipboard operation
jupyter_server copied to clipboard

The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.

Results 270 jupyter_server issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

Currently, when trying to load a jupyter notebook when the disk is full, you may see an error as follows: ![image](https://github.com/user-attachments/assets/97ad5f6a-18c9-485c-b087-7685bf1cd1e0) (The reason is, opening a notebook involves SQLite updating...

enhancement

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?

bug

### 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...

enhancement

add some methods in gateway kernel client to support jupyter-server nbmodel

enhancement

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...

bug

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...

enhancement

### 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...

enhancement

### 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....

enhancement

### 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...

enhancement