Show More
@@ -178,6 +178,7 b' def main():' | |||||
178 | application = NotebookApplication() |
|
178 | application = NotebookApplication() | |
179 | http_server = httpserver.HTTPServer(application) |
|
179 | http_server = httpserver.HTTPServer(application) | |
180 | http_server.listen(options.options.port) |
|
180 | http_server.listen(options.options.port) | |
|
181 | print "IPython Notebook running at: http://127.0.0.1:8888" | |||
181 | ioloop.IOLoop.instance().start() |
|
182 | ioloop.IOLoop.instance().start() | |
182 |
|
183 | |||
183 |
|
184 |
General Comments 0
You need to be logged in to leave comments.
Login now