Jupyter Notebook Tutorial | How to Install Jupyter Notebook | How to Use Jupyter Notebook for Python
upGrad upGrad
209K subscribers
444 views
0

 Published On Apr 19, 2024

Jupyter Notebook Tutorial | How to Install Jupyter Notebook | How to Use Jupyter Notebook for Python
🔥Liverpool John Moore University MS In Data Science: https://www.upgrad.com/data-science-m...
🔥IIIT Bangalore Post Graduate Programme in Data Science & AI: https://www.upgrad.com/data-science-p...
🔥Graduate Certificate Programme in Data Science & AI: https://www.upgrad.com/graduate-certi...
🔥Become a Skilled and Job-Ready Data Scientist: https://www.upgrad.com/bootcamps/job-...

Hello and welcome to the Jupyter Notebook tutorial, Whether you're a beginner or brushing up your skills, you're in the perfect place to evolve with each line of code. Let's start this coding adventure together! Here in this Python learning the mentor will walk you through the introduction to Jupyter Notebook and how to install Jupyter Notebook on Windows. In this introductory session of Jupyter Notebook, You’ll use the Jupyter Python Notebook as the main environment for writing Python code throughout this program and because of this reason, learning how to best the various functionalities present in the Jupyter Notebook is extremely crucial so that your coding experience going forward can be smooth. The main advantage of using Jupyter Notebook is that you can write both code and normal text in the notebooks. These notebooks are easy to read and share, and can even be used to present your work to others.

We strongly recommend you please write the 'Hello World' program on your own in the installed Anaconda and Jupyter Notebook so that you can get a better idea of hands-on in the Jupyter Notebook environment.

One of the very important points to note is that when you write the code in a particular cell then you need to select the drop-down option as 'Code' as shown in the previous video.

Command mode shortcuts
• Esc: To go into command mode
• Enter: To go back to edit mode
• M: To convert a cell to a markdown cell
• Y: To convert a cell back to a code cell
• A: To insert a new cell above
• B: To insert a new cell below
• D + D: To delete cell
• Z: Undo the last operation
• F: To find and replace on your code
• Shift + Up/Down: To select multiple cells
• Space: Scroll notebook downwards
• Shift + Space: Scroll notebook upwards

Edit mode shortcuts
• Shift + Enter: To execute the code in the current cell and go to the next cell
• Alt + Enter: To execute the code in the current cell and insert a new cell below
• Shift + Tab: To get brief documentation of the object that you have just typed in the coding cell
• Ctrl + Shift + -: To split the cell at the cursor
• Shift + M: To merge selected cells

#jupyternotebook #jupyter #pythontutorial

🟢 Get industry-updated insights every week from domain experts - Check out our free masterclasses - https://bit.ly/3M2qSOo
🟢 Wish to get started with your upskilling journey? Schedule a free counselling session - https://bit.ly/3lR4mgP
🟢 Speak to one of our 70,000 alumni to get all your doubts answered - https://bit.ly/40rsztn

Get in touch with us (24x7):
Toll-Free number: 1800 210 2020
WhatsApp Chat: +91 8454 888 222
Get in touch with us (24x7):
Toll-Free number: 1800 210 2020
WhatsApp Chat: +91 8454 888 222

show more

Share/Embed