Docs about CORS: Accessing a cloud-local dask cluster as a JupyterHub user
See original GitHub issueI hoped that the #34 #31 should accomplish something allowing me to use this extension in a way that allowed me to write a scheduler URL that is only accessible from the jupyter server but not from the browser client.
For example, in a terminal in the jupyter server made available through a JupyterHub, I can wget
to http://dask-scheduler.dask:8787
, but from the browser, I cant access that URL. It is only available in the local network of the Jupyter server.
Question
Was this supposed to work after #31 #34, or were those PRs not meant to accomplish this as I hoped they were with a lack for a proper understanding.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:13 (4 by maintainers)
Top Results From Across the Web
Integration with Dask - JupyterHub on Hadoop
Dask is a powerful and flexible tool for scaling Python analytics across a cluster. Dask works out-of-the-box with JupyterHub, but there are several...
Read more >Interactive Use - Dask-Jobqueue
Dask -jobqueue is most often used for interactive processing using tools like IPython or Jupyter notebooks. This page provides instructions on how to...
Read more >Untitled
... /jp/articles/access-management-reference-architecture/ 2022-12-21 monthly ... monthly https://www.infoq.com/jp/articles/kubernetes-multicluster-comms/ ...
Read more >15.xml - jsDelivr
... https://www.jsdelivr.com/package/npm/chrome-manifest-webpack-plugin monthly https://www.jsdelivr.com/package/npm/chrome-measure-user-perf monthly ...
Read more >Deploy Dask Gateway with JupyterHub on Kubernetes
I assume to start from a Kubernetes cluster already running and ... to proxy dask-gateway through JupyterHub so the users can access the ......
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
I’m putting together a tutorial right now - adapted from dask/dask-tutorial and focused more on the kind of use-case discussed here (for my purposes, running single-machine Dask via Gigantum on Digital Ocean). I will digest the contents of this issue there, but it seems this isn’t quite documented anywhere. Is there a place that it should be documented?
@mangecoeur that is correct.