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

Earlier, when using jupyter_notebook_config.py there was an option to configure latex extension with config specifications like `c.LatexConfig.latex_command = 'xelatex'` or `c.LatexConfig.bib_command = ''`. I miss this option in jupyter_server_config.py and...

enhancement

### Problem As described in https://github.com/jupyter-server/jupyter_server/issues/592#issuecomment-948990797, when using a remote kernel users typically mean to restart the kernel process and not reschedule it. The former can be very fast while...

enhancement

Jupyter Notebook has had an implicit assumption that starting a kernel process is instantaneous. This results in a race condition when two requests try and start a session at the...

I saw that https://github.com/jupyter/jupyter_server/blob/master/jupyter_server/services/contents/handlers.py#L319 it handle ambiguous path when I create directory named "checkpoints" or "trust" , since the "checkpoints" directory is familiar name in Tenrsorflow. Have some plan to...

bug

**Describe the bug** I am working with the jupyter_notebook_config.py that includes a customization of the `c.NotebookApp.browser` (to make jupyter use chrome in app mode). This works but causes `jupyter notebook`...

bug

We should implement [Security.txt](https://en.wikipedia.org/wiki/Security.txt) Example: https://github.com/jupyter/jupyter.github.io/blob/master/.well-known/security.txt -> https://jupyter.org/.well-known/security.txt xref https://github.com/jupyter/enhancement-proposals/issues/59 and https://github.com/jupyterlab/jupyterlab/issues/8612

good first issue

In the initialize function `-l` is unconditionally appended to the shell arguments irrespective of whatever shell it is. Since `pwsh` is available on linux the logic should be updated to...

good first issue

## Description Following the reproduction instructions from https://github.com/jupyterlab/jupyterlab/issues/10859 (plus adding `__init__.py`) I narrowed down the issue to the following API call failure: ``` # does NOT work http://localhost:8891/api/contents/metrics/metrics.py?format=text&type=file&content=1&1629221227894 ``` whereas...

bug

### Problem Currently Jupyter Server does not check the permissions of config files before it loads them. This means that a user could accidentally open up a nasty security vulnerability...

enhancement

Previewing a rich static HTML page (eg a Jupyter Book `singlehtml` page output) renders style and image file correctly in Firefox but generates a range of errors in Chrome of...

bug