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 In JupyterLab we are transitioning to [automatically saving after each change](https://github.com/jupyterlab/jupyterlab/pull/12306) to a document, à la Google Docs. When a file change occurs in the back-end, for instance...

enhancement

## Description When creating a new file, jupyter-server seems to [get the path from the URL](https://github.com/jupyter-server/jupyter_server/blob/35e24f78c61de616cd590b76e095b8e4f02e639f/jupyter_server/services/contents/handlers.py#L173-L204) of the POST request: `/api/contents/path`. But `path` is also provided in the body of...

bug

### Problem We had to inline classes, fixtures, and functions in https://github.com/jupyter-server/jupyter_server_terminals/pull/11 that should probably be exposed here so other extensions can use them to test auth on their extension....

enhancement
good first issue

How can we optimally transfer assets to Jupyter clients (web browsers)? **Hypothesis**: HTTP2 (i.e. no head of line blocking) and compression would meaningful improve page load and large notebook load...

## Description Traitlets v4 support was removed in #661. Unfortunately, the current code does not gracefully handle the existence of traitlets 4 and the server fails on startup. This can...

bug

I used to have an module that would patch the underlying http (tornado) server, to patch in support for systemd activated sockets (`SYSTEMD_SOCKET_FD `). To allow for systemd to accept...

enhancement

### Problem On some operating systems (mainly iOS, but probably Android and other OS too), you can have read-write access to a file without having access to the surrounding directory....

enhancement

original pr #233 This is for emitting server events. For client events using the eventlog endpoint see #501.

Telemetry

Running list of notebook PRs that we'll port in real-time to keep things in sync. - [x] jupyter/notebook#4180 - [x] jupyter/notebook#4260 - [x] jupyter/notebook#4670 - [x] jupyter/notebook#4795 - [x] jupyter/notebook#4891...

``` $ jupyter server extension enable (something something syntax error unrelated in my extension) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/bussonniermatthias/miniforge3/envs/papyri/bin/jupyter-server",...

bug