From the course: Introducing Jupyter

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Running your Jupyter notebook

Running your Jupyter notebook - Python Tutorial

From the course: Introducing Jupyter

Running your Jupyter notebook

- [Instructor] There are two ways to launch Jupyter. The first way is using a terminal. I've opened up a terminal, and I'm in my exercise files directory. I'm going to run the Jupyter notebook command. It opens up a browser to my notebook dashboard. The dashboard currently shows the contents of the exercise files directory, which includes the folders I have set up for this course. If it's not where I want to be, I can navigate to where I want. I'll close this browser, and notice in the terminal, it still shows the process is running. If I copy this URL into a browser window, it will bring the dashboard right back. I'll close this and follow the instructions in the terminal to shut down the process. That is, control C twice. Now we'll start up Jupyter notebook using Anaconda Navigator. I've opened up Navigator, and I'll find Jupyter notebook, and click the launch button. Notice it opens a terminal and does the same things that I did manually. Now I'll navigate to Jupyter, exercise…

Contents