-
Notifications
You must be signed in to change notification settings - Fork 8
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
Edison #1
Comments
I don't have any updated version. On Edison its been convenient enough to just run the notebook just on the login node |
I am not using this script anymore, not even on Carver, I have been using a simpler script, which should work on Edison as well.
then define the variables in my bashrc, of course you need a public IP for this to work. |
Thanks both, I will use interactive. I think the hint about "public IP" may be a crucial piece of information (this wasn't obvious to me). So for a laptop, connecting via some static server to the cluster, the steps to get something working are something like:
Then view the notebook at localhost:$NOTEBOOKPORT. This assumes you've set up authorized_hosts appropriately on both the server and the cluster, and to itself on the cluster. However getting additional python modules working is a can of worms that I've not solved yet (not helped by the fact the Edison shell is csh which module python/2.7-anaconda does not support..) |
I think your steps look correct. you can use backticks to format code on github, it makes it easier to read. you can change your login shell on nim.nersc.gov |
don't make
for testing purposes you can login to the server and do |
with the retirement of Carver, I had to switch to using notebooks on Edison. See my tutorial: http://zonca.github.io/2015/09/ipython-jupyter-notebook-nersc-edison.html if any of you would like to test and send feedback, that would be great. |
Thanks for this handy recipe. But Carver is being retired, do either of you have an update that works on Edison? I tried to follow as-is, but fails for me in Edison shell (after some delay):
Warning: no access to tty (Bad file descriptor).
Thus no job control in this shell.
TUNNEL
Succesfully opened notebook!
Kill this process to end your notebook connection.
channel_new: internal error: channels_alloc 10010 too big.
channel 4: open failed: connect failed: Connection refused
This was on Mac.
I also tried connecting from Windows using latest putty to get any security fixes, but then with Windows browser I also get (quickly) connection refused along with a simultaneous drop in the putty connection.
The text was updated successfully, but these errors were encountered: