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

Bumps the actions group with 1 update: [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `actions/create-github-app-token` from 1 to 2 Release notes Sourced from actions/create-github-app-token's releases. v2.0.0 2.0.0 (2025-04-03) feat!: remove deprecated inputs (#213) (5cc811b) BREAKING...

maintenance
dependencies
github_actions

## Description Python 3.14 is scheduled to be released later this year. The dependency on `overrides` is a problem, as it raises an `AttributeError` when it is imported under Python...

bug

Add check_origin check during check_xsrf_cookie for files. Details: https://github.com/jupyter-server/jupyter_server/issues/1459

## Description I want to setup an ipykernel in my own process and then use jupyter server to provide this kernel to VS code. However, the jupyter server does not...

bug

https://github.com/jupyter-server/jupyter_server/blob/4ee6e1ddc058f87b2c5699cd6b9caf780a013044/jupyter_server/services/contents/handlers.py#L111-L115

**Feature Request:** [Jupyter Server Issue #1316](https://github.com/jupyter-server/jupyter_server/issues/1316) — Support Serving Metrics On an Alternate Port Label suggestion: `enhancement` **Summary Of Changes:** - Introduced support for serving metrics on an alternate port....

## Description Seen on https://github.com/jupyter/notebook/pull/7653 https://github.com/jupyter-server/jupyter_server/blob/4ee6e1ddc058f87b2c5699cd6b9caf780a013044/jupyter_server/extension/serverextension.py#L22-L42 assumes that `SYSTEM_CONFIG_PATH` is not empty, however it was allowed to be empty and now by default is empty on Windows starting with 5.8.0...

bug

This was reported as https://bugs.debian.org/1088418 and I quote from there. Unfortunately, bootstrap versions 3 and 4 have been EOL'ed by upstream and it is difficult to provide security support for...

bug

IPv4 loopback is `127/8`, so treat entire range as local. This prevents an unused address being offered when binding to other loopback addresses, e.g. `127.33.22.11`.

bug

Send user to configured custom URL upon launch, instead of one constructed from bound IP address. After configuring Notebook, I was redirected to an address like `http://127.0.0.1:8888/tree?token=...` instead of one...