My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more
How to use Jupyter Notebooks Intro!!!

How to use Jupyter Notebooks Intro!!!

Deactivated User's photo
Deactivated User
·Oct 31, 2020·

1 min read

  1. This document that you're currently reading is a "Jupyter Notebook", and you've probably heard about it before.

2.It's like a text document, but you can run code on it! It can also display inline graphs, pull data from Databases or show excel spreadsheets live! Isn't it amazing? 😄

  1. Jupyter Notebooks are organized as a set of "cells". Each cell can contain different types of content: like Python code (or R, Julia, etc), images or even human readable text (markdown), like the one you're currently reading.

  2. Jupyter notebooks are optimized for an efficient workflow. There are many keyboard shortcuts that will let you interact with your documents, run code and make other changes; mastering these shortcuts will speed up your work.

For example, there are two shortcuts to execute a cell:

shift + return: Run cell and advance to the next one. ctrl + return: Run the cell but don't change focus.

_2.png _1.png de/image/upload/v1604162255980/PumpMpWYP.png) upyter Notebooks¶

image.png

image.png

_4.gif

_5.png

image.png

WORKING WITH THE CODE !!!

image.png