Created
December 27, 2015 19:33
-
-
Save lorinma/199d3b8d5b903c2715d8 to your computer and use it in GitHub Desktop.
running ipython notebook on cloud9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ipython notebook --ip=0.0.0.0 --port=8080 --no-browser |
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
I just followed these steps and I get two errors:
and