-
-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote connection #15
Milestone
Comments
Thanks for starting this! I think a good starting point would be:
* http with token/password
* JupyterHub
The ssh tunneling is a bit nasty and difficult to support on Windows.
Spawning VMs in the cloud is an area with significant potential and the
pkgcloud library looks like it could help a lot with that. But I think that
stuff can come after the core http/jupyterhub stuff.
…On Sat, May 27, 2017 at 6:04 AM, Davide Bortolami ***@***.***> wrote:
I'm opening this issue to discuss connecting to remote Jupyters following
@ellisonbg <https://github.com/ellisonbg> design guidelines.
What should we support?
- http with token/pass autentication
- ssh tunneling (how to be sure of the ports used? should we spawn
jupyter remotely too?)
- Spawning VMs on cloud (maybe with pkgcloud lib
<https://github.com/pkgcloud/pkgcloud#compute> su as this machine
<https://aws.amazon.com/marketplace/pp/B01M0AXXQB> suggested by
@ellisonbg <https://github.com/ellisonbg>
- jupyterhub
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#15>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AABr0B-QfLV__QBqzCwe5SLPnzErsNIXks5r-B9lgaJpZM4NoWHu>
.
--
Brian E. Granger
Associate Professor of Physics and Data Science
Cal Poly State University, San Luis Obispo
@ellisonbg on Twitter and GitHub
[email protected] and [email protected]
|
I haven't tried it yet, but this is inviting. |
Nice!
…On Sun, May 28, 2017 at 10:41 AM, Davide Bortolami ***@***.*** > wrote:
The ssh tunneling is a bit nasty and difficult to support on Windows.
I haven't tried it yet, but this
<https://www.npmjs.com/package/tunnel-ssh> is inviting.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABr0EOS4lZuKUN90EI17Xmc4btBQkKgks5r-bHngaJpZM4NoWHu>
.
--
Brian E. Granger
Associate Professor of Physics and Data Science
Cal Poly State University, San Luis Obispo
@ellisonbg on Twitter and GitHub
[email protected] and [email protected]
|
Gentle nudge to see if there's been any recent discussion/progress on this front! Thanks for all the great work. |
mbektas
pushed a commit
that referenced
this issue
Feb 16, 2022
Disable `nativeWindowOpen` instead of overriding atob
We use both Jupyterhub and port-forwarding to access Jupyterlab instances. |
remote connection support is available now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm opening this issue to discuss connecting to remote Jupyters following @ellisonbg design guidelines.
What should we support?
The text was updated successfully, but these errors were encountered: