mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
Added note about tornado version to main script.
This commit is contained in:
parent
a24e75c2a2
commit
0dd637b4d5
@ -265,6 +265,8 @@ def main():
|
||||
http_server = httpserver.HTTPServer(application)
|
||||
http_server.listen(options.options.port)
|
||||
print "IPython Notebook running at: http://127.0.0.1:8888"
|
||||
print "The github master of tornado is required to run this server:"
|
||||
print " https://github.com/facebook/tornado/tree/master/tornado"
|
||||
ioloop.IOLoop.instance().start()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user