Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
January 19, 2023 11:58 pm GMT

How install Jupyter?

Simple step to install and use Jupyter in windows and Linux.

Related content

You can find video related in:

YouTube

You can find repo related in:

GitHub

You can connect with me in:

LinkedIn

Resume

I will install Jupyter in local machine with some simple steps.

Pre-Conditions:

  • Have Python

1st - Clone repository

We will need clone repository in our local machine.

I use following commando:

git clone https://github.com/xlmriosx/data-projects.git

2nd - Go to path where is script

If your are in console and ran it the before command you can go to the path with following command:

cd data-projectscd how-install-notebook

3rd - Run script

If you use Windows run the following script:
powershell.exe base-notebook.ps1

If you use Linux run the following script:
sh base-notebook.sh

4th - Say thanks, give like and share if this has been of help/interest


Original Link: https://dev.to/xlmriosx/how-install-jupyter-2f7j

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To