Skip to content
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

Jupyter protip #1

Open
GreatEmerald opened this issue Nov 11, 2018 · 2 comments
Open

Jupyter protip #1

GreatEmerald opened this issue Nov 11, 2018 · 2 comments

Comments

@GreatEmerald
Copy link
Member

It would be nice to mention somewhere that since Jupyter is a web server, it can be accessed directly through SSH as

ssh -N -L8888:localhost:8888 username@VDIname

And then going to http://localhost:8888. That should make students' lives a bit nicer.

Hm, it would overall be nice to have something like "protip" boxes of things that are useful but students are not required to know them...

@Davidswinkels
Copy link
Collaborator

It would be good to add this knowledge, but are you sure this works on the VDIs?
It does not directly work on my local Ubuntu 18.04 machine.
Error: ssh: connect to host david-n56vm port 22: Connection refused

If VDIs are available again, can you (@GreatEmerald) test it and then also add it as a protip?
It would be very nice to have an explanation of SSH.

@GreatEmerald
Copy link
Member Author

Yes, it does work on VDIs, SSH is enabled by default. You just need to know your VDI name or IP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants