![]() |
Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations, and narrative text. It is a popular tool among data scientists, researchers, and educators for interactive computing and data analysis. The name “Jupyter” is derived from the three core programming languages it originally supported: Julia, Python, and R. What is Jupyter Notebook?Three fundamental programming languages—Julia, Python, and R—that it initially supported are where Jupyter Notebook gets its name. But now since it supports more than 40 programming languages, it is a flexible option for a range of computational jobs. Because the notebook interface is web-based, users may use their web browsers to interact with it. Components of Jupyter NotebookThe Jupyter Notebook is made up of the three components listed below. – 1. The notebook web applicationIt is an interactive web application that allows you to write and run code. Users of the notebook online application can:
2. KernelsThe independent processes launched by the notebook web application are known as kernels, and they are used to execute user code in the specified language and return results to the notebook web application. The following languages are available for the Jupyter Notebook kernel: 3. Notebook documentsAll content viewable in the notebook online application, including calculation inputs and outputs, text, mathematical equations, graphs, and photos, is represented in the notebook document. Types of cells in Jupyter Notebook
Key features of Jupyter Notebook
Getting Started with Jupyter NotebookThe easiest way to install jupyter notebook is through the terminal: Step 1: Python’s latest version for this method(https://www.python.org/downloads/). Step 2 : Updating pip using cmd. python -m pip install --upgrade pip ![]() Upgrading pip Step 3: Install the jupyter notebook using the command pip install jupyter notebook in the terminal.(refer to the image) pip install jupyter notebook Step 4: Use the command jupyter notebook in terminal to run the notebook. jupyter notebook After you type the command, this home page should open up in your default browser. ![]() Jupyter Home Page Applications of Jupyter Notebook
Notebook ExtensionsExtensions for Jupyter Notebook are add-ons or modules that improve the environment’s functionality. Jupyter Notebook is further enhanced and customizable by these extensions, which offer more capabilities and settings. The Jupyter JavaScript API and the page’s DOM are both accessible to extensions. Although Jupyter Notebooks come with lots of built-in abilities, extensions let you add more. Actually, Jupyter supports four different kinds of extensions:
You can download jupyter_contrib_nbextensions, one of the most well-liked extension sets, from GitHub. This is actually a set of pip-installed extensions made available by the Jupyter community. Keyboards ShortcutsWorking with code and markdown cells in Jupyter Notebook requires the use of keyboard shortcuts to increase productivity. Here are several significant Jupyter Notebook keyboard shortcuts:
Advantages
Disadvantages
|
Reffered: https://www.geeksforgeeks.org
AI ML DS |
Related |
---|
![]() |
![]() |
![]() |
![]() |
![]() |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 12 |