From the course: pandas Essential Training

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Using the Jupyter notebook

Using the Jupyter notebook - pandas Tutorial

From the course: pandas Essential Training

Start my 1-month free trial

Using the Jupyter notebook

- [Instructor] In this video, we will get a better understanding of using Jupyter notebooks. Jupyter notebooks allow you to create and share documents that have live code, explanatory text, equations, and visualizations. There are two ways of doing this. If you use Windows 10, you can just look for the Anaconda Navigator, and launch Jupyter notebook from there. Alternatively, you can go to the command prompt by typing cmd, and then once within the command prompt, type jupyter notebook and hit Enter, and this will retrieve exactly the same thing. This will open the Jupyter notebook application in the web browser on the following address, http localhost, and you can see you've got 8890/tree. The Files tab gives you a list of all the files in your current folder or directory. The Running tab let's you track your running processes and any open Jupyter notebooks, and the Clusters tab is now provided by iPython parallel, which is a Python package and collection of CLI scripts for…

Contents