jupyter_server
jupyter_server copied to clipboard
The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.
``` jupyter_server/serverapp.py 2861: info += _i18n(f"Jupyter Server {ServerApp.version} is running at:\n{self.display_url}") jupyter_server/auth/identity.py 654: self.log.info(_i18n(f"Wrote hashed password to {config_file}")) ``` At least those two usage are wrong; the f-string will be...
### Problem I want to display no of items inside a directory on jupyter lab's file browser as mentioned in of the issue their and for that one of the...
The 2.15 release contains on 15 PRs https://github.com/jupyter-server/jupyter_server/compare/v2.14.2...v2.15.0 but the changelog incorrectly lists https://github.com/jupyter-server/jupyter_server/releases/tag/v2.15.0 lists 74 (!!) changes
## Description when i build success env,i wanna to debug the project with source code but i found when i debug the __main__.py request with weboscket to run code throw...
fix https://github.com/jupyter-server/jupyter_server/issues/1483
I found a bug about the gateway module,which will cause high cpu load in some situation。code as below ``` def handle_incoming_message(self, message: str) -> None: """Send message to gateway server."""...
## Description I'm looking to integrate jupyter notebook using UI components from [Datalayer](https://jupyter-ui.datalayer.tech/) into my setup. It needs to be a single user jupyter server hosted on a private kubernetes...
Add `extension_web_apps interface`: * Add an interface for listing extension applications that provide a default URL (i.e. extensions which provide a web application). * Add an endpoint for querying this...
## Description In my custom application, I’m encountering a problem with browser request headers. Specifically, when I use Firefox, the Origin header in my request gets set to null, whereas...