Oreilly - Using Jupyter Notebooks for Data Science Analysis in Python LiveLessons
by Jamie Whitacre | Released June 2018 | ISBN: 0135174295
2+ Hours of Video InstructionCreate an end-to-end data analysis workflow in Python using the Jupyter Notebook and learn about the diverse and abundant tools available within the Project Jupyter ecosystem.OverviewThe Jupyter Notebook is a popular tool for learning and performing data science in Python (and other languages used in data science). This video tutorial will teach you about Project Jupyter and the Jupyter ecosystem and get you up and running in the Jupyter Notebook environment. Together, we'll build a data product in Python, and you'll learn how to share this analysis in multiple formats, including presentation slides, web documents, and hosted platforms (great for colleagues who do not have Jupyter installed on their machines). In addition to learning and doing Python in Jupyter, you will also learn how to install and use other programming languages, such as R and Julia, in your Jupyter Notebook analysis.Skill LevelBeginnerIntermediateLearn How ToCreate a start-to-finish Jupyter Notebook workflow: from installing Jupyter to creating your data analysis and ultimately sharing your resultsUse additional tools within the Jupyter ecosystem that facilitate collaboration and sharingIncorporate other programming languages (such as R) in Jupyter Notebook analysesWho Should Take This CourseUsers new to Jupyter Notebooks who want to use the full range of tools within the Jupyter ecosystemData practitioners who want a repeatable process for conducting, sharing, and presenting data science projectsData practitioners who want to share data science analyses with friends and colleagues who do not use or do not have access to a Jupyter installationCourse RequirementsBasic knowledge of Python.Download and install the Anaconda distribution of Python here. You can install either version 2.7 or 3.x, whichever you prefer.Create a GitHub account here (strongly recommended but not required).If you are unable to install software on your computer, you can access a hosted version via the Project Jupyter website (click on “try it in your browser”) or through Microsoft's Azure Notebooks.About Pearson Video TrainingPearson publishes expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. These professional and personal technology videos feature world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, Pearson IT Certification, Prentice Hall, Sams, and Que Topics include: IT Certification, Network Security, Cisco Technology, Programming, Web Development, Mobile Development, and more. Learn more about Pearson Video training at http://www.informit.com/video. Show and hide more
- Introduction
- Using Jupyter Notebooks for Data Science Analysis in Python LiveLessons: Introduction 00:03:53
- Lesson 1: Project Jupyter and the Jupyter Ecosystem
- Learning objectives 00:00:59
- 1.1 What are Project Jupyter and the Jupyter Notebook? 00:03:59
- 1.2 How Jupyter facilitates collaboration and sharing in data science 00:02:02
- 1.3 Differentiate between the Jupyter Notebook and other Jupyter projects 00:00:59
- 1.4 Find resources and connect with the Jupyter community through Jupyter.org 00:04:01
- 1.5 Learn through example using the Gallery of Interesting Jupyter Notebooks and GitHub 00:02:02
- 1.6 Contribute to the Jupyter ecosystem via GitHub 00:00:52
- 1.7 Participate in open source computing through NumFOCUS 00:00:40
- Lesson 2: Creating Data Science Analyses in the Jupyter Notebook
- Learning objectives 00:01:33
- 2.1 Determine which Python version to install 00:00:58
- 2.2 Install Jupyter using the Anaconda distribution of Python 00:01:12
- 2.3 Start your Jupyter Notebook using the command-line interface (CLI) 00:02:31
- 2.4 Start your Jupyter Notebook using the Anaconda Navigator 00:00:43
- 2.5 Run an ephemeral Interactive Jupyter Notebook on the web 00:01:12
- 2.6 Run Jupyter Notebooks in the cloud using Azure Notebooks 00:01:57
- 2.7 Run Jupyter Notebooks using Nteract 00:01:20
- 2.8 Navigate the Jupyter Notebook environment 00:06:45
- 2.9 Maintain good notebook hygiene 00:01:18
- 2.10 Perform quantitative exploratory data analysis (EDA) in your Jupyter Notebook using Python 00:22:10
- 2.11 Perform Visual Exploratory data analysis (EDA) in your Jupyter Notebook using Python 00:08:08
- 2.12 Create Jupyter Notebooks with different kernels (including R) 00:01:15
- 2.13 Install the R kernel 00:02:42
- Lesson 3: Sharing Jupyter Notebooks
- Learning objectives 00:00:44
- 3.1 Work with .ipynb files 00:02:23
- 3.2 Install nbconvert 00:01:19
- 3.3 Convert your Jupyter Notebook to different formats: HTML, PDF, and .py 00:02:42
- 3.4 Create dynamic presentation slides from your Jupyter Notebook using RISE 00:03:37
- 3.5 Share Jupyter Notebooks using GitHub and nbviewer 00:02:20
- 3.6 Access Jupyter Notebooks using Azure Notebooks 00:00:54
- 3.7 Compare and merge Jupyter Notebooks with nbdime 00:02:02
- Lesson 4: Exploring New Jupyter Projects In-Depth
- Learning objectives 00:00:46
- 4.1 Understand the basics of JupyterHub 00:21:51
- 4.2 Install and explore JupyterLab 00:11:33
- 4.3 Work with others using Real Time Collaboration 00:01:31
- 4.4 Enhance your analysis with interactive Jupyter Widgets 00:03:47
- 4.5 Share custom environments with Binder and BinderHub 00:04:49
- Summary
Show and hide more