##// END OF EJS Templates
Added note about tornado version to main script.
Brian Granger -
Show More
@@ -265,6 +265,8 b' def main():'
265 265 http_server = httpserver.HTTPServer(application)
266 266 http_server.listen(options.options.port)
267 267 print "IPython Notebook running at: http://127.0.0.1:8888"
268 print "The github master of tornado is required to run this server:"
269 print " https://github.com/facebook/tornado/tree/master/tornado"
268 270 ioloop.IOLoop.instance().start()
269 271
270 272
General Comments 0
You need to be logged in to leave comments. Login now