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

to avoid calls to deprecated make_current closes #876

Add back IPythonHandler for backwards compatibility for notebook extensions on nbclassic This is related to https://github.com/jupyter/nbclassic/pull/113

enhancement
backwards compat

## Description pytest is failing. ## Reproduce I'm trying to package your module as an rpm package. So I'm using the typical build, install and test cycle used on building...

bug
waiting for author

We also document things about kernel message buffering, rate limiting, etc. This migrates https://github.com/jupyter/notebook/pull/3765 to the Jupyter Server repo, where the kernel message additions now happen. Setting as draft since...

maintenance

At the moment, when a user opens a folder from notebook or jupyterlab, jupyter_server would read all the files inside the folder using `os.lstat`, which is very costly for large...

enhancement

### Problem A long standing challenge for JupyterHub admins/users has been that only admins have had access to the user servers logs. In [this jupyter forum post](https://discourse.jupyter.org/t/inspecting-jupyter-server-logs-from-within-a-container/11409/2?u=consideratio) @manics suggests that...

enhancement

## Description The examples hosted in https://github.com/jupyter-server/jupyter_server/tree/main/examples/simple don't work anymore. ## Reproduce Follow the documented steps in https://github.com/jupyter-server/jupyter_server/blob/main/examples/simple/README.md. Browsing the simple_ext1 returns 404. It was working at some point 1...

bug

### Problem I have a proposal to create a new document ID service for server/lab/notebook. Because many of the usage cases related to things like RTC and commenting in lab/notebook,...

enhancement

Added a debug file to allow server debugging by adding breakpoints directly within an IDE. Also, added a launch configuration for vscode that allows using the debugger interface within the...

documentation

CI in #820 is failing at the `test_help_output` step, caused (I believe) https://github.com/ipython/traitlets/pull/698. We may need to temporarily pin traitlets to

bug