Jupyter Notebook 101: Everything You Need To Know

Learn To Build Amazing Notebooks That You Can Share Proudly

Abhay Parashar
The Pythoneers

--

Photo by Myriam Jessier on Unsplash

Jupyter Notebook is a web-based computing platform that allows developers to code, visualize, share and embed multimedia with explanatory text inside a single document. It is a famous tool for showcasing your work because You can see both the code and the results in the same file.

It is very famous among data scientists because you can get a better understanding of the data by executing each line of code separately. Jupyter Notebook allows its users to download the notebook in various file formats like PDF, HTML, Python, Markdown, or an. ipynb file.

There Are Two Essential Parts of a Jupyter Notebook — Markdown Cell and Code Cells.

1. Markdown Cell

A Markdown Cell represents your work by providing enough explanation to readers about the code block below them. Markdown Writing Is an essential skill for every data scientist. It displays text which is formatted using a markup language. By Default All The Cells Will Be Code Cells. To Convert a Code Cell Into a Markdown Cell Just Press ESC to enter in command mode and then press m to convert it into a markdown.

2. Code Cell

--

--

Abhay Parashar
The Pythoneers

Cyber Guy 🧑‍💻| Top Writer | 3M+ Views | Engineer | Learning and Sharing Knowledge Everyday | Python is ❤️| Editor of The Pythoneers