From the course: Get Ready for Your Coding Interview

Unlock the full course today

Join today to access over 23,100 courses taught by industry experts.

Launching Jupyter Notebook

Launching Jupyter Notebook

- [Instructor] Now that Anaconda is installed, let's see how we can launch Jupiter notebook and create a new notebook. You can start up Jupiter notebooks through an application called Anaconda Navigator. So just start up Anaconda navigator, just like you would open any other application on your computer. Because this is the first time we are using Anaconda here, it's asking us if they can collect some anonymized data from us so we can help them improve this application. I'm just going to click "OK" here and find Jupiter Notebook here in this interface and click launch. You will find that it'll set up a terminal window and a browser window. The terminal window is just running a server that's the backbone of Jupiter Notebook. Your Python interpreter is going to run on this server. You can ignore it for now, but just remember that if you close this terminal window, Jupiter notebook will stop working for you. You should see…

Contents