Jupyter Notebook: An Introduction Quiz
Interactive Quiz ⋅ 10 Questions
By Joseph Peart
In this quiz, you’ll test your understanding of Jupyter Notebook: An Introduction.
Jupyter Notebook is an open source web application that lets you create and share documents containing live code, equations, visualizations, and text. It’s a staple of data science work, and it’s just as useful for teaching, prototyping, and keeping a runnable lab notebook.
By working through these questions, you’ll revisit how to start the notebook server, how cells share state through a kernel, what each cell type is good for, and how to export and extend your notebooks.
The quiz contains 10 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the quiz, you’ll receive a total score. The maximum score is 100%. Good luck!
Related Resources
Course
Using Jupyter Notebooks
In this step-by-step course, you learn how to get started with the Jupyter Notebook, an open source web application that you can use to create and share documents that contain live code, equations, visualizations, and text.
Tutorial
Jupyter Notebook: An Introduction
In this step-by-step Python tutorial, you learn how to get started with The Jupyter Notebook, an open source web application that you can use to create and share documents that contain live code, equations, visualizations, and text.