-
Notifications
You must be signed in to change notification settings - Fork 37
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
local jupyter notebook servers break tunneling setup #146
Comments
For now I'm going to fix this by putting a note at the beginning of the setup section. |
Addresses #146 (possibly fixes it?)
Yes.
Yes - up to you. Usually, I've corrected errors in the old materials as well, while for issues that add new material I've not "backported" them. |
It seems this was overlooked when preparing the 2020 tutorial. |
several people ran into issues because they were running jupyter notebook servers locally already, causing the jupyter notebook server started on the VM to write something like
https://(workhorse or 127.0.0.1):8888/.../...
Perhaps (to test), one solution could be to forward a range of ports starting at 8888
Of course, this is only an issue when using ssh tunneling - not when connecting directly to the port 8888 of the VM via a browser (which did not work on huawei cloud, however).
The text was updated successfully, but these errors were encountered: