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

### Motivation It would improve productivity if Jupyter (Lab/Notebook) allowed to click on file path in tracebacks (and elsewhere) to open the file (https://github.com/jupyterlab/jupyterlab/issues/13277). The logic would be as follows:...

enhancement

## Description When running Jupyter with authentication disabled the stdout fills with repeated ` Generating new user for token-authenticated request` messages at a rate of one every ~5 seconds. ```...

bug

# Kernelspec Caching This pull request introduces a new configurable feature called KernelSpec Caching. The `KernelSpecCache` instance supports the same retrieval methods as a `KernelSpecManager` and contains the configured `KernelSpecManager`...

feature

### Problem I'm working on server extension that needs to trigger an `asyncio.Task` as soon as the Tornado Web Server starts. (If I try to start it any sooner, we'll...

enhancement

Earlier this week we received an [issue](https://github.com/jupyter-server/jupyter_server/issues/1050) asking if other database types could be used to store Session information. This was due to the user wanting to have multiple servers...

enhancement

labels: kernel_name = kernel name, source = "restarter" or "user" I don't love `type` as a label, but it's already used in running kernels, so it's probably more important that...

enhancement

### Problem We have extracted out [jupyter-server-terminals](https://github.com/jupyter-server/jupyter_server_terminals), should we do the same for kernels? ### Proposed Solution Create a `jupyter-server-kernels` package. ### Additional context This would allow to proxy the...

enhancement

"My kernel restarted, why?" is one of the most common support questions when supporting JupyterHubs. Being able to tell when a kernel was restarted - ideally being able to differentiate...

enhancement

## Description Hi, I have Jupyterlab 3.6.1 running on Mac Os 10.15.7 (iMac i7, with 32GB RAM), Python 3.10.9, Jupyter server 2.3.0 in a miniconda environment, and I access it...

bug