jupyter_server
jupyter_server copied to clipboard
The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.
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...
### 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...
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...
Notebook says to use ServerApp rather than NotebookApp in configuration, but ServerApp does not work
**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`...
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
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...
## 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...
### 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...
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...