
Learn what a Jupyter Notebook is, and how you can install it.
Learn how to open/launch the Jupyter Notebook after installing it.
Learn about the EDIT mode and COMMAND mode.
Learn how to run a cell in command mode
Dive deeper to understand how cells of Jupyter Notebook work. Learn what code cells and markdown cells are!
Understand how the individual cells work in Jupyter notebook - Its not an IDE!
Learn how to put textual content (plain text, headings etc.) into a notebook.
Learn how to run command line codes in Jupyter Notebook
Learn about magic methods - line magics and cell magics!
This is an introductory course for absolute beginners who want to start with Jupyter notebook as a tool.
Who need Jupyter Notebook ?
1. If you want a highly lucrative career in machine learning, data science, deep learning, or in any other data driven technologies, you should know how to work with Jupyter Notebook: one of the most important tools a machine learning engineer or a data scientist needs in her (his) day-to-day job!
2. Jupyter Notebook is also used among scientific communities and mathematicians.
3. If you are a Python or R developer, looking for a tool to quickly run the ad-hoc scripts, see the result then and there, and fix your code as you go, Jupyter Notebook is a tool you need.
Advantages of Jupyter Notebook
It is similar to a physical notebook you carry to take notes, in the sense that - you can write textual content, embed images, videos, and run all the code and programs, see the results of your programs - all within the notebook itself. Jupyter notebook supports more than 40 programming languages. If you are learning Python, Julia or R, its highly recommended you start using Jupyter Notebook - you'll love it!
You can share and distribute the notebooks you create using Jupyter notebook as a tool.