DEV Community

Cover image for How install Jupyter?
Lucas M. Ríos
Lucas M. Ríos

Posted on

3

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-projects
cd how-install-notebook
Enter fullscreen mode Exit fullscreen mode

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 😁🖖


Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay