Introducing Jupyter
53mBeginner2019-05-24
Authors

Megan Amendola
Software Development Instructor
Course details
Present your projects like a pro with a new tool, Jupyter Notebook. Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, charts and graphics, and descriptive text. It’s ideal for machine learning, statistical modeling, and other projects that require analysis and visualization. Join instructor Josh McQuiston as he shows how to run Jupyter notebooks, streamline workflows, and use common graphs to visualize your data in uncommon ways. The lessons are illustrated with examples based in real data, so you get an accurate picture of the real-world impact Jupyter can make on your development projects.
Learning objectives
Running a Jupyter notebook
Using shortcuts
Line and cell commands
Visualizing data with plotting
Publishing Jupyter notebooks in GitHub
Presenting your notebooks with the slideshow feature
Learning objectives
Running a Jupyter notebook
Using shortcuts
Line and cell commands
Visualizing data with plotting
Publishing Jupyter notebooks in GitHub
Presenting your notebooks with the slideshow feature
Skills covered
First LookPythonSoftware Development ToolsOpen SourceSoftware Development
Concepts
Introduction
- Present data like a pro with Jupyter
- What you should know
Getting to Know Jupyter
- Installing Jupyter
- Running your Jupyter notebook
- Jupyter interface
Working Efficiently with Jupyter
- Modes
- Shortcuts
- Line magic commands
- Cell magic commands
- Cell types
Effective Plots for Visualization
- Using pyplot to visualize data
- Line graphs
- Bar graphs
- Bar graphs with subplots
- Tables
Publishing and Sharing Your Jupyter Notebook
- Exporting to HTML and PDF
- Distributing on GitHub
- Notebook Viewer
- Slideshow
Conclusion
- Next steps