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

When I execute `tail -f jupyter.log` in terminal, it cannot be interrupted by ctrl+c ![image](https://user-images.githubusercontent.com/39434627/149899985-13d3531e-bdd3-4192-9692-a69260afa22c.png)

bug

## 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

bug

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:...

bug

## 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...

bug

### 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...

enhancement

### 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....

enhancement

### 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...

enhancement

@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...

bug

### 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...

enhancement