Added message to help users open notebook.

Brian Granger 15 years ago committed by Brian E. Granger
parent d0f883af9d
commit f45f35ec2e

@ -178,6 +178,7 @@ def main():
application = NotebookApplication()
http_server = httpserver.HTTPServer(application)
http_server.listen(options.options.port)
print "IPython Notebook running at: http://127.0.0.1:8888"
ioloop.IOLoop.instance().start()

Loading…
Cancel
Save