jupyter_server
jupyter_server copied to clipboard
The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.
When I execute `tail -f jupyter.log` in terminal, it cannot be interrupted by ctrl+c 
## Description Anonymous and the moon names should be localized: https://github.com/jupyter-server/jupyter_server/blob/2b42b90650d8c1074438e4eb734bbb706ca74b8a/jupyter_server/auth/identity.py#L475 https://github.com/jupyter-server/jupyter_server/blob/2b42b90650d8c1074438e4eb734bbb706ca74b8a/jupyter_server/auth/utils.py#L81 > Transfer from https://github.com/jupyterlab/jupyter_collaboration/issues/100
the is a number os places using f-string in log methods: ``` $ rg self.log | grep "f[\"|']" jupyter_server/gateway/handlers.py: self.log.info(f"Connecting to {ws_url}") jupyter_server/gateway/handlers.py: self.log.debug(f"Connection is ready: ws: {self.ws}") jupyter_server/gateway/handlers.py: self.log.debug(f"_disconnect:...
## Description When kernelspecs API returns SVG icons via gateway, the Content-Type set by GatewayResourceHandler is overridden as application/json. This causes browser to fail rendering the icon properly. JupyterLab prefers...
### Problem It is useful for a kernel to know if it shares the same Python environment with the server. For ipywidgets and libraries we can do some automated checks...
### Problem I have problem to find my last opened or executed files if many project, files ### Proposed Solution The proposal is: 1. New tab as `Recent files` 2....
### Problem I often don't know witch notebook should be closed as for `shut down` or it's opened and somebody working around. ### Proposed Solution Regarding this issue (https://github.com/jupyterlab/jupyterlab/issues/13953) Looking...
@buriy kindly opened this issue in the Notebook repository and after review in the Triage Meeting, it was suggested this issue be moved to the Jupyter Server repository. ## Description...
### Problem I love the option of connecting a Jupyter server to a kernel gateway, but it is currently an all-or-nothing experience; either all of your kernels run locally or...