Skip to content

Instantly share code, notes, and snippets.

@lorinma
Created December 27, 2015 19:33
Show Gist options
  • Save lorinma/199d3b8d5b903c2715d8 to your computer and use it in GitHub Desktop.
Save lorinma/199d3b8d5b903c2715d8 to your computer and use it in GitHub Desktop.
running ipython notebook on cloud9
ipython notebook --ip=0.0.0.0 --port=8080 --no-browser
@lorinma
Copy link
Author

lorinma commented May 21, 2016

jupyter notebook --ip=0.0.0.0 --port=8080 --no-browser

@CleverProgrammer
Copy link

Thanks!!!

@kuatroka
Copy link

I just followed these steps and I get two errors:

Notebook Code challenges.ipynb is not trusted
Blocking Cross Origin API request for /api/sessions. Origin: http://python35-c9-pelopo1.c9users.io, Host: python35-c9-pelopo1.c9users.io:80

and

Couldn't authenticate WebSocket connection

@boxabirds
Copy link

For the first error I found from the web you need to do this:
c.NotebookApp.allow_origin = '*'

but the second error I still have. I'm assuming it's another configuration tweak. Did anyone figure it out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment