How to setup Jupyter & Python on Mac, Windows or Linux Tutorial

preview_player
Показать описание
How to setup Jupyter & Python on Mac, Windows or Linux Tutorial

Jupyter is a great tool to run interactive Python notebooks (other languages too!). In this video we simply do this:

- Create a virtual environment with `python3 -m venv .`
- Activate the virtual environment with `source bin/activate` (mac/linux) or `.\Scripts\activate` (windows)
- Install jupyter `pip install jupyter`
- Run jupyter: `jupyter notebook`

Places to run notebooks:
Рекомендации по теме
Комментарии
Автор

I gotta tell you something. It was perfect. Perfect. Everything. Down to the last minute details

ahmetbaba
Автор

Wow! This was incredibly useful. Thanks so much!

molitocostaswalo
Автор

Ive seen so many tutorials and this has been the most helpful so far

jananiananthanarayanan
Автор

followed along and it worked like a charm! thanks

gwengelsinon
Автор

thank you so much :) to be very dramatic sports analytics is the career i have chosen now for the rest of my life and i will not quit till complete

prodbydrumdrop
Автор

quite effective for 9 mins. Thanks a ton!

egeaktan
Автор

Thank you so much. The most effective and straightforward video for beginners!

thepro
Автор

thanks for the tips and walkthrough. This was helpful!

DigitalAutomationArchitect
Автор

how do I reopen it after I restart my computer?

xinyuanyu
Автор

Thanks for the straightforward video, it was very helpful !

nainalall
Автор

Here's the TLDR:

Install python from python.org then run
```
cd Desktop
mkdir venv
cd venv
python3 -m venv .
source bin/activate (mac/linux)
.\Scripts\activate (windows)
pip install jupyter
jupyter notebook
```

CodingEntrepreneurs
Автор

There was noting like a url shown on my Mac terminal for opening it on the local web browser. At 6:35 ??

DilpreetSingh-swei
Автор

Thank you for this ....Very much helpful

yathartharana
Автор

It is giving command not found on .\Sripts\activate

rutwikmore
Автор

Thanks very much for the video! Where do you change the name of the computer to show only the joystick symbol 🕹?

giovannasiqueiramayese
Автор

thanks, i am new to mac. it worked for me

Birendrakumar-enyi
Автор

Thanks for your videos.
Can you do an introductory video about database designing?
Specifically concentrating on basics of building models and any common pitfalls in Django.

pratyushbehere
Автор

Hey man, could you make a tutorial on how to install the different packs on macOS, I need to somehow get numpy, seaborn, matplotlib and scikit

budvindelpitiya
Автор

How do I make it accessible for all users ?

murtadhaasadallah
Автор

Thank you for video
But I have a question
If we install it like on this video - via vurtual env - does it mean that each time we wanna start jupyter notebook, we should  go to the folder with our venv and activate it? And only then start j notebook?

And yeah - that would be great to learn how to do it via Docker :3

alexxk
welcome to shbcf.ru