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