Install Miniconda (Python) with Jupyter Notebook and Setting Up Virtual Environments on Windows 10

  Рет қаралды 62,203

Coding Is Fun

Coding Is Fun

Күн бұрын

Пікірлер: 75
@evaldosilva786
@evaldosilva786 Жыл бұрын
Wow, this content is perfect for anyone starting out with Python! The way he explained the environment was key! It's like he knew exactly what we needed to get up and running.
@CodingIsFun
@CodingIsFun Жыл бұрын
Happy to hear that it was useful; thank you for taking the time to leave a comment and for watching the video! 😃 Happy Coding! :)
@chrisw.9517
@chrisw.9517 Жыл бұрын
Thank you for the elaborate tutorial! My question is on setting environment variables: While you are just selecting the option "Add Miniconda3 to my PATH environment variable" during the installation process, most other guys in other video tutorials uncheck this box and manually add something like C:\Users\Chris\miniconda3\Scripts to their path after the installation process. What is the difference between both approaches?
@CodingIsFun
@CodingIsFun Жыл бұрын
Thanks for watching. Adding the PATH during installation automatically adds Miniconda to your system's PATH, allowing you to access its commands directly from the command line. Manually adding it post-installation offers more control over the order in the PATH and helps avoid potential conflicts with other Python installations. If you have no other Python versions, adding it automatically is simpler. If you have other installations or want more control, do it manually.
@chrisw.9517
@chrisw.9517 Жыл бұрын
@@CodingIsFun okay. Thanks for clarifying.
@ermalgashimramori
@ermalgashimramori 3 жыл бұрын
As always great content. Looking forward to seeing newer videos.
@CodingIsFun
@CodingIsFun 3 жыл бұрын
Hi Ermal, Thank you so much! 🙏
@jenn1738
@jenn1738 Жыл бұрын
you're an amazing teacher. thank you for making this! you gained a new student and subscriber 🎉
@CodingIsFun
@CodingIsFun Жыл бұрын
Thanks for the kind words! I am glad you enjoyed it and welcome aboard! 🤩🎉
@azhanisyahputra9867
@azhanisyahputra9867 5 ай бұрын
very straightforward. thank you so much
@CodingIsFun
@CodingIsFun 5 ай бұрын
An absolute pleasure! Thanks for watching! Cheers, Sven ✌️
@carlo6195
@carlo6195 3 жыл бұрын
Nicely done. Thank you. 😀
@CodingIsFun
@CodingIsFun 3 жыл бұрын
Thank you :) Glad you like it.
@AdilButt-s8j
@AdilButt-s8j 7 ай бұрын
Awesome guide.
@CodingIsFun
@CodingIsFun 7 ай бұрын
Thanks for the positive feedback! Appreciate you taking the time to leave a comment. Cheers, Sven ✌️
@maxru6142
@maxru6142 Жыл бұрын
Great Video! Just a quick question for my understanding….is miniconda for free?
@CodingIsFun
@CodingIsFun Жыл бұрын
Thanks! Yes, it's free
@VisualKreation
@VisualKreation 3 жыл бұрын
print("Nice helpful video and successful installation .TQ")
@CodingIsFun
@CodingIsFun 3 жыл бұрын
for i in range(1,11): print('Thank you very much! Glad it was helpful!')
@teroahooy5276
@teroahooy5276 3 жыл бұрын
Cout
@belxym
@belxym 3 жыл бұрын
Well explained, thank you!
@CodingIsFun
@CodingIsFun 3 жыл бұрын
*I am glad you liked the video, thanks for watching and for the comment!*
@anandk5536
@anandk5536 3 жыл бұрын
Thank man, you saved my day.
@CodingIsFun
@CodingIsFun 3 жыл бұрын
Thank you for watching the video. Glad it was helpful 😀
@fwaafnn
@fwaafnn Жыл бұрын
thank you, it's help me a lot💪
@CodingIsFun
@CodingIsFun Жыл бұрын
Glad to hear that! :)
@siamakrouzmeh
@siamakrouzmeh Жыл бұрын
Amazing content. Many thanks.
@CodingIsFun
@CodingIsFun Жыл бұрын
Glad you liked it. Thanks for watching and taking the time to leave a comment!
@naveenvp1362
@naveenvp1362 3 жыл бұрын
Great man thanks for the content
@CodingIsFun
@CodingIsFun 3 жыл бұрын
My pleasure Naveen, thank you for watching!
@asdasd-tr1ih
@asdasd-tr1ih 2 жыл бұрын
Thanks man Thank you very much
@CodingIsFun
@CodingIsFun 2 жыл бұрын
You're very welcome! Thank you for watching and for the comment!
@johanvanmarsch6425
@johanvanmarsch6425 3 жыл бұрын
Thnx Bro. Nice video, what is color theme for the IDE config, I m looking the same colorisation but I cannot find ? Thanks .
@CodingIsFun
@CodingIsFun 3 жыл бұрын
Hi Johan, *I am glad you liked the video, thanks for watching and for your question!* For the Anaconda Prompt as well as for the Windows Command Prompt I am using the default style. Cheers, Sven ✌
@master_razmut
@master_razmut Жыл бұрын
The Best !
@CodingIsFun
@CodingIsFun Жыл бұрын
Thanks for the kind words! I am glad you enjoyed it.
@raisulalam6051
@raisulalam6051 2 жыл бұрын
Thanks for the great video
@CodingIsFun
@CodingIsFun 2 жыл бұрын
Thanks for watching the video and taking the time to leave a comment! :)
@SathiraWijeratne
@SathiraWijeratne 8 ай бұрын
Hi I installer miniconda and create an environment in which I installed tensorflow. Then I opened jupyternotebook in that environment and tried to import tensorflow but I still get the error saying "no module named 'tensorflow'" any idea why? I even checked if tensorflow is actually installed in that environment with 'pip show tensorflow flow'
@findthetruth3021
@findthetruth3021 3 жыл бұрын
Thanks a lot for this amazing video, but when I create the file by app.py didn't change to your python like yours? please help me.
@CodingIsFun
@CodingIsFun 3 жыл бұрын
*Thanks for watching the video & your question.* Could you please try to enable the view of 'filename extensions' and try to rename your file again? 👉 vtcri.kayako.com/article/296-view-file-extensions-windows-10 Hope this helps 🙏 Cheers, Sven
@LizaRoch
@LizaRoch 25 күн бұрын
This is very helpful but at 4:45 when I type in "conda activate (my environment name)" it says that "conda isn't recognized as an internal or external command, an executable program nor a command file"... Any help?
@CodingIsFun
@CodingIsFun 21 күн бұрын
Thanks for watching. Did you install Miniconda and also tick the box to add Miniconda to your PATH environment variable, as shown at 0:58 min? -Sven ✌️
@AntonL.-dq2rz
@AntonL.-dq2rz Жыл бұрын
why do you install packages by pip, not by conda ?
@CodingIsFun
@CodingIsFun Жыл бұрын
Good point! In the video, I used pip out of habit, but you're right that using conda would be more suitable when working with Miniconda.
@HemaHarshithaVemuri
@HemaHarshithaVemuri 3 ай бұрын
Sir, After pip install jupyter How can open jupyter_example folder and data file
@CodingIsFun
@CodingIsFun 3 ай бұрын
Thanks for watching. Sorry, but I am not sure what you mean. Cheers, Sven ✌️
@paulmoss4199
@paulmoss4199 Жыл бұрын
I already have Python installed (v3.10), will installing miniconda interfere with my current python installation?
@CodingIsFun
@CodingIsFun Жыл бұрын
If you already have Python installed on your system, installing Miniconda should not interfere with your existing Python installation. Miniconda is a distribution of Python that includes the conda package manager, which can be used to manage your Python installations and packages. Conda allows you to create separate environments for your Python projects, so you can have different versions of Python and packages installed for each project without them conflicting with each other. In other words, installing Miniconda should not interfere with your existing Python installation, but rather provide you with additional tools to manage your Python installations and environments (using conda). I hope it helps!
@paulmoss4199
@paulmoss4199 Жыл бұрын
@@CodingIsFun Thank you, I tried to install Miniconda today but I receive the error "Failed to initialse Anaconda directories". Please have you any advice what to do? (I am using Windows 10).
@CodingIsFun
@CodingIsFun Жыл бұрын
​@@paulmoss4199 It is hard to tell from a distance what is causing the error. Try searching for the text of your error message on google/StackOverflow.
@mar_r
@mar_r 3 жыл бұрын
Gracias 😁
@CodingIsFun
@CodingIsFun 3 жыл бұрын
I'm glad that the information was helpful to you 😃
@abirbarbara1560
@abirbarbara1560 3 жыл бұрын
thank you
@CodingIsFun
@CodingIsFun 3 жыл бұрын
A pleasure! Thanks for watching the video & your comment! :)
@lxver3322
@lxver3322 Ай бұрын
how can i open the notebook dirctly + i could not do the cmd to open it ,it says that it dosn't recognize "conda"
@CodingIsFun
@CodingIsFun Ай бұрын
Thanks for watching. Did you install (Mini)conda?
@lxver3322
@lxver3322 Ай бұрын
@@CodingIsFun yes i did + the cmd trick with excel file not working
@bogah4652
@bogah4652 Жыл бұрын
what happens when I "conda install seaborn" without specifying environment? I use spyder as standalone. I dont have anaconda
@CodingIsFun
@CodingIsFun Жыл бұрын
It will be installed in the base environment
@akhilreddy6220
@akhilreddy6220 2 жыл бұрын
thanks
@CodingIsFun
@CodingIsFun 2 жыл бұрын
You are welcome. Thanks for watching!
@shafin.15
@shafin.15 4 ай бұрын
How I can move to another drive and create an environment there?
@CodingIsFun
@CodingIsFun 4 ай бұрын
The Conda environments are not folder-specific. I hope that helps! Happy coding! Cheers, Sven ✌️
@yashi_tiwari
@yashi_tiwari Жыл бұрын
when I navigate to a folder and open cmd there, and try to activate myenv through conda, error prompt that conda is neither internal or external command
@CodingIsFun
@CodingIsFun Жыл бұрын
Thanks for watching and for your question. Hard to tell from a distance why you are facing an error. Sorry that I cannot help.
@alexyuhay
@alexyuhay Жыл бұрын
I had this issue too, which I think originates at 1:09; my installer did not let me select the option in the red box. You've probably solved this now, but I'll go through it in case someone else has this problem. Its crux is that Windows doesn't know what "conda" is, so you need to tell Windows what it is by telling Windows where it is; "environment variables" serve this purpose. I had a few goes at trying to get the environment variable installed, but I think this method worked - here goes: 1 - Locate the miniconda3 installation location: - In an anaconda prompt window, enter: "where conda" (without quotes) - You should see a few folders pop up (%YOURdirectory%\miniconda3\Library, %YOURdirectory%\miniconda3\Scripts, and %YOURdirectory%\miniconda3\condabin). - My installation was located at "C:\ProgramData\miniconda3". 2 - Add the "condabin" folder to the environment variables: - Open "Edit the system environment variables" from control panel (or just type "environment" into start menu). - Click "Environment Variables" at the bottom of the window. - From the top box labelled "User variables for %USER%" (do NOT use the second box labelled "System variables"), double click the "Path" variable. - Append the already present directory (think it's some "Windows apps" directory) with your "condabin" folder by typing ";%YOURdirectory%\miniconda3\condabin;" (no quotes). In my case I typed: ";C:\ProgramData\miniconda3\condabin;", again, no quotes. - NOTE: you need the semicolon to separate the two directories (i.e., the one already there and your new "condabin" directory), e.g., "present_dir; condabin_dir;". If there is a separate field for the new environment variable (i.e., if there are 2+ variables already present), then you won't need the semicolons as the separate fields do the separating. - Hit okay a few times and close any anaconda and cmd.exe windows. 3 - Test it - You should now be able to access conda through cmd.exe from any directory. - Note: my environment variable now does not have "condabin" at the end (i.e., just: "C:\ProgramData\miniconda3"), can't remember if I did that deliberately or the computer changed it...? I guess if it doesn't work, try that instead :D Btw I adapted this from developers.google.com/earth-engine/guides/python_install-conda#windows_4, but my folder was a bit different; hopefully I've provided something a bit more general! glhf!
@rauniyarrakesh
@rauniyarrakesh 2 жыл бұрын
Anaconda Prompt (miniconda3) this cmd prompt is note working.when i clicking on this nothing happening.
@CodingIsFun
@CodingIsFun 2 жыл бұрын
Thanks for watching and for your question. Hard to tell from a distance why you are facing an error. Sorry that I cannot help.
@arseniochocolate2889
@arseniochocolate2889 Жыл бұрын
I'm stuck on install requirements.txt
@CodingIsFun
@CodingIsFun Жыл бұрын
Thanks for watching. With that bit of information, I cannot help you. Sorry!
@alhafizhkhoirullah723
@alhafizhkhoirullah723 Жыл бұрын
WOWWW GGWP
@CodingIsFun
@CodingIsFun Жыл бұрын
Glad you liked it. Thanks for watching.
@khoaaam
@khoaaam 3 жыл бұрын
Anaconda prompt isn’t showing. Any help?
@CodingIsFun
@CodingIsFun 3 жыл бұрын
Thanks for watching the video. I have looked on Google. Kindly check out the following link. There are many fixes suggested regarding this issue: github.com/ContinuumIO/anaconda-issues/issues/8794
Anaconda (Conda) for Python - What & Why?
26:10
Academind
Рет қаралды 236 М.
Flipping Robot vs Heavier And Heavier Objects
00:34
Mark Rober
Рет қаралды 59 МЛН
Human vs Jet Engine
00:19
MrBeast
Рет қаралды 74 МЛН
What's in the clown's bag? #clown #angel #bunnypolice
00:19
超人夫妇
Рет қаралды 20 МЛН
哈哈大家为了进去也是想尽办法!#火影忍者 #佐助 #家庭
00:33
火影忍者一家
Рет қаралды 128 МЛН
The Complete Guide to Python Virtual Environments!
15:52
teclado
Рет қаралды 357 М.
Stop using pip! Use Conda instead! (Miniconda introduction)
23:23
The only CONDA tutorial you'll need to watch to get started
10:56
Coding Professor
Рет қаралды 52 М.
Installing Jupyter Notebooks/Anaconda | Python for Beginners
10:03
Alex The Analyst
Рет қаралды 382 М.
Minimal Python environment in Windows with Miniforge and VSCode
27:26
Juan Jose Garcia-Ripoll
Рет қаралды 3,6 М.
Anaconda Environments - What you need to know.
6:43
Python Programmer
Рет қаралды 19 М.
What is Miniconda? | Anaconda vs miniconda | Machine Learning | Data Magic
4:42
Data Magic (by Sunny Kusawa)
Рет қаралды 11 М.
Flipping Robot vs Heavier And Heavier Objects
00:34
Mark Rober
Рет қаралды 59 МЛН