Using ipython notebook offline
问题 Can ipython notebook be used when not connected to the internet? My installation doesn't open a web browser tab if not online. Thanks! 回答1: Yes, it should work without needing an internet connection. If a browser tab doesn't open automatically, open a browser and go to the URL it gives you in the terminal where you started the notebook (by default, this is http://127.0.0.1:8888/ ). It uses the 'loopback' network interface, which stays within your own computer. 来源: https://stackoverflow.com