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

  Рет қаралды 82,535

CodingEntrepreneurs

CodingEntrepreneurs

Күн бұрын

Пікірлер: 51
@ahmetbaba715
@ahmetbaba715 Жыл бұрын
I gotta tell you something. It was perfect. Perfect. Everything. Down to the last minute details
@jananiananthanarayanan4794
@jananiananthanarayanan4794 Жыл бұрын
Ive seen so many tutorials and this has been the most helpful so far
@molitocostaswalo7527
@molitocostaswalo7527 Ай бұрын
Wow! This was incredibly useful. Thanks so much!
@gwengelsinon7612
@gwengelsinon7612 Жыл бұрын
followed along and it worked like a charm! thanks
@prodbydrumdrop
@prodbydrumdrop Жыл бұрын
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
@thepro11
@thepro11 6 ай бұрын
Thank you so much. The most effective and straightforward video for beginners!
@xinyuanyu7565
@xinyuanyu7565 2 жыл бұрын
how do I reopen it after I restart my computer?
@abhinavgarg0077
@abhinavgarg0077 Жыл бұрын
just go into your venv directory, and type source bin/activate jupyter notebook it will open again
@egeaktan1118
@egeaktan1118 11 ай бұрын
quite effective for 9 mins. Thanks a ton!
@RealThrillMedia
@RealThrillMedia Жыл бұрын
Very straightforward and helpful!
@DigitalAutomationArchitect
@DigitalAutomationArchitect 3 ай бұрын
thanks for the tips and walkthrough. This was helpful!
@giovannasiqueiramayese5911
@giovannasiqueiramayese5911 Жыл бұрын
Thanks very much for the video! Where do you change the name of the computer to show only the joystick symbol 🕹?
@nainalall4262
@nainalall4262 Жыл бұрын
Thanks for the straightforward video, it was very helpful !
@DilpreetSingh-sw3ei
@DilpreetSingh-sw3ei 2 жыл бұрын
There was noting like a url shown on my Mac terminal for opening it on the local web browser. At 6:35 ??
@TTNworld
@TTNworld 2 жыл бұрын
You can start it by typing "jupyter notebook" in the terminal and it will automatically open the default browser or you can find the url in the terminal.
@budvindelpitiya
@budvindelpitiya 10 ай бұрын
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
@rutwikmore7462
@rutwikmore7462 Жыл бұрын
It is giving command not found on .\Sripts\activate
@murtadhaasadallah4890
@murtadhaasadallah4890 9 ай бұрын
How do I make it accessible for all users ?
@mv5097
@mv5097 4 ай бұрын
Thank you, this helped plenty.
@pratyushbehere3580
@pratyushbehere3580 3 жыл бұрын
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.
@CodingEntrepreneurs
@CodingEntrepreneurs 3 жыл бұрын
Thanks for the suggestion!
@CodingEntrepreneurs
@CodingEntrepreneurs 3 жыл бұрын
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 ```
@yathartharana7956
@yathartharana7956 Жыл бұрын
Thank you for this ....Very much helpful
@alexxk4751
@alexxk4751 Жыл бұрын
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
@martinagreen7146
@martinagreen7146 Жыл бұрын
Can you install jupyter notebook without using the command prompt?
@CodingEntrepreneurs
@CodingEntrepreneurs Жыл бұрын
Not that I’m aware of… maybe there’s an executable version that is packaged like other GUIs
@abugslife2461
@abugslife2461 Жыл бұрын
thank you for the helpful video! If I turn off my computer and then want to reopen Jupyter lab, do I then have to go to the venv directory to launch it? just a little confused thanks again
@ajdca4331
@ajdca4331 Жыл бұрын
Hi, yes every time you want launch jupyter notebook you should go to the venv directory and execute the commnad source bin/activate
@Cpd9
@Cpd9 Жыл бұрын
You are the best!
@GhufranKhan-g1e
@GhufranKhan-g1e 11 ай бұрын
Thankyou, it helped me alot
@dongquanqiu9260
@dongquanqiu9260 3 жыл бұрын
thanks it really helps. however, after i installed jupyter note and run it on linux server, it shows "no module named 'pysqlite2', how do i fix it in order to access jupyter note book on linux? thanks
@NISCHAL349
@NISCHAL349 2 жыл бұрын
Thankyou so much for the video!
@CodingEntrepreneurs
@CodingEntrepreneurs 2 жыл бұрын
You’re welcome!
@nathelenwanjiru1577
@nathelenwanjiru1577 2 жыл бұрын
Thank you much for sharing this video!
@prashantbharati1867
@prashantbharati1867 Жыл бұрын
Very helpful
@abhinavgarg0077
@abhinavgarg0077 Жыл бұрын
helpful video!
@marcos7284
@marcos7284 3 жыл бұрын
Great video thanks
@diegoperezlopez6059
@diegoperezlopez6059 Жыл бұрын
thank you so much!!!!!
@shivampathak1914
@shivampathak1914 3 жыл бұрын
Thanks : )
@gambomaster
@gambomaster 3 жыл бұрын
Thanks. 🙏🙏🙏
@Birendrakumar-en9yi
@Birendrakumar-en9yi Жыл бұрын
thanks, i am new to mac. it worked for me
@emanuelvilla7539
@emanuelvilla7539 2 жыл бұрын
this video was not helpfull at all
@CodingEntrepreneurs
@CodingEntrepreneurs 2 жыл бұрын
Thank you
@David-zp8rx
@David-zp8rx Жыл бұрын
No matter what I do I keep getting this error: (venv) (base) security@watchtower venv % jupyter notebook Traceback (most recent call last): File "/Users/security/anaconda3/bin/jupyter-notebook", line 7, in from notebook.notebookapp import main ModuleNotFoundError: No module named 'notebook.notebookapp' (venv) (base) security@watchtower venv %
@bratvagaming2741
@bratvagaming2741 7 ай бұрын
same ,did you find the solution?
@spacepod100
@spacepod100 2 жыл бұрын
how do i open jupyter notebook again?
@juniorLogo
@juniorLogo Жыл бұрын
it doesn't open for me I followed step by step but instead of opening it gave me a big UPDATE title and "OSError: [Errno 49] Can't assign requested address"
@Niroshan_k
@Niroshan_k Жыл бұрын
are you find that ? plz tell me.
@juniorLogo
@juniorLogo Жыл бұрын
@@Niroshan_k it was complicated for me.. I had to ask help from a tech person. Basically if all your setup is good you need to have open anaconda(for Mac) or another program to support it based on your operating system.
@abhinavgarg0077
@abhinavgarg0077 Жыл бұрын
just go into your venv directory, and type source bin/activate jupyter notebook it will open again
@gskasyap1
@gskasyap1 5 ай бұрын
In Terminal (For Mac users), run the following prompts one after the other slowly: Step-1: cd ~/Desktop/venv Step-2: source bin/activate Step-3: jupyter notebook The server will open
Modern Graphical User Interfaces in Python
11:12
NeuralNine
Рет қаралды 1,6 МЛН
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
Learn the Easiest Way to Use HTTPs Everywhere
34:07
CodingEntrepreneurs
Рет қаралды 21 М.
How to Install Jupyter Notebook on MacOS (Step by Step)
4:36
Saad Qureshi Official
Рет қаралды 3,4 М.
Jupyter Notebook Tutorial: Introduction, Setup, and Walkthrough
30:21
Corey Schafer
Рет қаралды 2,1 МЛН
Python 101: Learn the 5 Must-Know Concepts
20:00
Tech With Tim
Рет қаралды 1,2 МЛН
Installing Jupyter Notebooks/Anaconda | Python for Beginners
10:03
Alex The Analyst
Рет қаралды 418 М.
3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS
17:00
Internet Made Coder
Рет қаралды 1,7 МЛН
Getting Started with Jupyter Notebooks in VS Code
6:28
Visual Studio Code
Рет қаралды 46 М.