How to Install and Configure Jupyter Notebook?

How to Install and Configure Jupyter Notebook?

Installation steps for Jupyter Notebook

Step-1:First Update System Packages.

$ sudo yum update

Step-2: Jupyter Notebook requires Python, so you need to install it.

$ sudo yum install python3

Step-3:Install pip using (Python Package Installer)

$ sudo yum install python3-pip

Step-4: Install Jupyter Notebook.

$ sudo pip3 install jupyter

Step-5:Configure Jupyter Notebook.

$ jupyter notebook --generate-config

Step-6:Edit the Jupyter Configuration File Open the Jupyter configuration file with a text editor. For example, using.

$ sudo vi ~/.jupyter/jupyter_notebook_config.py

Find the line that starts with c.NotebookApp.ip and change it to c.NotebookApp.ip = '0.0.0.0'

Step-7:Set Up a Jupyter Password

$ jupyter notebook password

Step-8:Start Jupyter Notebook You can now start Jupyter Notebook using

$ jupyter notebook

Step-9:Access Jupyter Notebook.

https://your_server_ip:8888

Thanks to our interns who participated in this initiative.


Thank you for reading this article. We are happy to prepare articles as per your request. Please comment on which tool you want installation process. Also please comment in any issues with above installation.

要查看或添加评论,请登录

AIMaster.live的更多文章

社区洞察

其他会员也浏览了