jupyter-server-proxy icon indicating copy to clipboard operation
jupyter-server-proxy copied to clipboard

Jupyter notebook server extension to proxy web services.

Results 129 jupyter-server-proxy issues
Sort by recently updated
recently updated
newest added

This is fairly rough, but if the config for a server process includes `'unix': True` and no port number, j-s-p will create a new temp folder and give the server...

Is there a simple pattern for creating basic tests of proxied services, eg using a tool such as `playwright`? If we know the port number a service is running on,...

enhancement

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

This PR introduces additional parameter for the server proxy configuration, which specifies whether the port availability checking is necessary to perform or not. This is useful to disable if the...

Allow disabling the extension using the name reported for the plugin by jupyter labextension CLI tools. More details in issue #322

breaking

When trying to run [jupyterlab-nvdashboard](https://github.com/jacobtomlinson/jupyterlab-nvdashboard) on windows I'm getting the following error on startup. ![image](https://user-images.githubusercontent.com/1610850/65372592-409a2a00-dc6a-11e9-8551-662341565cc5.png) _(Sorry about the screenshot, copying from powershell seems to lose all linebreaks)_ I imagine this...

### Proposed change Where jupyter-server-proxy launches a process, allow a configuration option to specify that the process will listen on a Unix socket rather than TCP/IP. By default, I would...

enhancement

I have a site running in jupyterhub environment on a user's notebook that is proxied using jupyter-server-proxy on port 8080. I am facing issues with the absolute path of css...

## Summary I'm trying to install and run Theia via [these instructions](https://jupyter-server-proxy.readthedocs.io/en/latest/convenience/packages/theia.html). I have what I believe to be a minimal installation of JupyterHub / Theia working, via [this Dockerfile](https://github.com/nipraxis/nipraxis-images/blob/main/minimal-theia-proxy/Dockerfile)....

bug

### Proposed change I would like to start a process when user start they machine . But for now the process start only when the user click on the launcher...

new