Include nbserverproxy or describe how to use it in the docs
See original GitHub issueSee https://github.com/dask/dask-jobqueue/issues/80#issuecomment-400797727.
To prevent from doing a lot of ssh tunneling, using nbserverproxy
could be helpful!
Issue Analytics
- State:
- Created 5 years ago
- Comments:16 (16 by maintainers)
Top Results From Across the Web
Welcome to Jupyter Server Proxy's documentation! — Jupyter ...
Welcome to Jupyter Server Proxy's documentation! ... This project used to be called nbserverproxy. if you have an older version of nbserverproxy installed, ......
Read more >Working in the Notebook — Bokeh 1.3.0 documentation
In order to embed Bokeh plots that don't use the Bokeh server, ... command: pip install nbserverproxy && jupyter serverextension enable --py nbserverproxy...
Read more >jupyter-server-proxy - PyPI
Use with JupyterHub / Binder to allow launching users into web interfaces that have nothing to do with Jupyter - such as RStudio,...
Read more >JupyterLab versioning - Amazon SageMaker
Notebooks now support using either JupyterLab 1 or JupyterLab 3. A single notebook instance can run a single instance of JupyterLab (at most)....
Read more >OpenRefine Running in MyBinder, Several Ways…
Python packages such as the Jupyter Server Proxy allow you to use a ... using serverproxy (setup definition (docs)) to add an OpenRefine ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It sounds like this is a bug fixed in
master
. Though downgrading should be equally effective at resolving the issue.xref: https://github.com/jupyterhub/nbserverproxy/issues/39
Yes. I just checked again.
Actually it works now if I just click on the dashboard link
I may do a quick test without
nbserverproxy
. I think your recent PR’s helped my problem in https://github.com/dask/dask-jobqueue/issues/116#issue-347245340