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

Notebook server is not visible from outside Amazon EC2 machine #71

Closed
o-mdr opened this issue Oct 7, 2015 · 1 comment
Closed

Notebook server is not visible from outside Amazon EC2 machine #71

o-mdr opened this issue Oct 7, 2015 · 1 comment

Comments

@o-mdr
Copy link

o-mdr commented Oct 7, 2015

I've started EC2 machine with BIDMach preinstalled on it, as described in http://bid2.berkeley.edu/bid-data-project/download/

After starting the machine and opening up firewall for the notebook server, I started the server with

bidmach notebook

But the server didn't bind to all the network interfaces and was only visible from its own IP address.

@jcanny
Copy link
Contributor

jcanny commented Dec 1, 2015

This is almost surely an Ipython issue. Did you try opening a regular ipython notebook?
To use an ipython notebook remotely you need to either:

  • Use an X11 server on your local machine and enable X tunneling with ssh -X or ssh -Y
  • Create tunnels for the typical ipython ports on 8888 etc. with ssh -L 8888:localhost:8888 and then connect to localhost:8888 from your local browser

@jcanny jcanny closed this as completed Dec 1, 2015
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