| 1 | initial version |
From the sound of things, it seems like the problem is coming from the server_pool=['sage1@localhost'] option you're passing to notebook. For that to work, you need to have a sage1 user created on localhost as well as making it so that the user that runs the notebook can SSH into the sage1 account without a password.
You should try to see if the notebook works correctly for you without the server_pool option and then check to see that those two conditions I mentioned above are satisfied.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.