Install jupyter notebook

Jupyter Notebook is an open-source web application which runs on python that allows you to create and share documents. It contains code, equations, graph visualizations, markdown text. It is a very popular tool among programmers, data scientists, resea…


This content originally appeared on DEV Community and was authored by Max

Jupyter Notebook is an open-source web application which runs on python that allows you to create and share documents. It contains code, equations, graph visualizations, markdown text. It is a very popular tool among programmers, data scientists, researchers as it provides an interactive environment for data analysis and visualization.

Steps mentoned here will work in Linux, Max and Windows systems.

Jupyter Notebook allows you to share your code, data, and analysis with others. You can easily export your notebooks to HTML, PDF, and other formats, and even GitHub supports this ipybn format.

To install Jupyter Notebook

pip install jupyter

Jupyter Notebook Extensions

You can add additional features to jupyter notebook by using Jupyter Notebook extensions. Features like Autopep8, ExecuteTime, Code Wrap, etc are avaiable.

To install Jupyter Notebook Extensions run below command one by one

pip install jupyter_contrib_nbextensions

This command will move the javascript and css files to jupyter server search directory.

jupyter contrib nbextension install 

In the screenshot you can see the list of available extensions.
Jupyter Notebook Extensions

How to run the Jupyter Notebook?

Open terminal or command prompt, go to the directory where you want to work on, then type this command, it trigger jupyter server and will open in a browser tab.

jupyter notebook

Learn more python tutorials

Explore Other Related Articles

Python Create Virtual Environment
Read and Write JSON in Python Requests from API
Read and Write Python Json
How to combine two dictionaries in python using different methods
How to check if a key exists in a dictionary python
Python try exception tutorial


This content originally appeared on DEV Community and was authored by Max


Print Share Comment Cite Upload Translate Updates
APA

Max | Sciencx (2023-03-12T16:36:47+00:00) Install jupyter notebook. Retrieved from https://www.scien.cx/2023/03/12/install-jupyter-notebook/

MLA
" » Install jupyter notebook." Max | Sciencx - Sunday March 12, 2023, https://www.scien.cx/2023/03/12/install-jupyter-notebook/
HARVARD
Max | Sciencx Sunday March 12, 2023 » Install jupyter notebook., viewed ,<https://www.scien.cx/2023/03/12/install-jupyter-notebook/>
VANCOUVER
Max | Sciencx - » Install jupyter notebook. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2023/03/12/install-jupyter-notebook/
CHICAGO
" » Install jupyter notebook." Max | Sciencx - Accessed . https://www.scien.cx/2023/03/12/install-jupyter-notebook/
IEEE
" » Install jupyter notebook." Max | Sciencx [Online]. Available: https://www.scien.cx/2023/03/12/install-jupyter-notebook/. [Accessed: ]
rf:citation
» Install jupyter notebook | Max | Sciencx | https://www.scien.cx/2023/03/12/install-jupyter-notebook/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.