-
Notifications
You must be signed in to change notification settings - Fork 3
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
Proxy notebook #25
Labels
Comments
Option 1: IPyParallelBy following http://ipyparallel.readthedocs.io/en/latest/process.html#starting-the-controller-and-engines-on-different-hosts we can do the following:
import ipyparallel as ipp
rc = ipp.Client()
%autopx
Advantages:
Disadvantages:
|
Not sure yet if this is compatible with existing NERSC constraints, but worth checking on: https://bitbucket.org/tdaff/remote_ikernel |
Great find! This looks like basically the idea we're going for. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We would like to run a notebook server on a login and launch a notebook which is connected to a kernel on a compute node.
The text was updated successfully, but these errors were encountered: