From the course: Python for Data Visualization

Unlock this course with a free trial

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

Overview of Jupyter Notebooks

Overview of Jupyter Notebooks - Python Tutorial

From the course: Python for Data Visualization

Overview of Jupyter Notebooks

- [Instructor] To get started with the Jupyter Notebook, you first have to open it. I'm working on a Mac, and on a Windows and a Mac, you can open up a Jupyter Notebook through Anaconda Navigator. I'll click on Anaconda Navigator. If you're using a PC, it should look pretty similar. To open it, I go ahead and click Launch. As you can see, Anaconda run a process, and it's open at Jupyter Notebook here in Chrome. Depending on what your default browser is, it could open up in a different browser such as Firefox, Safari, or Microsoft Edge. I'll go ahead and make this full screen. I'll click on Desktop. I'm going to open up a Jupyter Notebook by clicking New, Python 3, and traditionally, like you always do, I'll go ahead and print Hello World. I'll press Shift + Enter to run the cell, and there we go. Jupyter also allows you to do markdown cells, which are very useful for annotating your code. So to annotate your…

Contents