No video

How To Install Python Libraries In Visual Studio Code (Mac)

  Рет қаралды 39,063

StudySession

StudySession

Күн бұрын

Пікірлер: 38
@TutoriaisApple
@TutoriaisApple Жыл бұрын
You were great on this one. I was having lots of problems with understanding how to make numpy work on vscode. Thank you so very much.
@calebrowley7295
@calebrowley7295 2 жыл бұрын
Thank you so much! I'm new to python and all these imports and installs are tricky for me, so this video really helped out!
@ujwalpathak278
@ujwalpathak278 10 ай бұрын
Best video explained very easily ❤
@yashs1999
@yashs1999 2 ай бұрын
thank you!! super helpful
@elisam5642
@elisam5642 Жыл бұрын
Wow, these videos were pretty helpful. Thanks!
@Sempredata
@Sempredata 3 ай бұрын
Lifesaver. Thanks
@monaghzal7334
@monaghzal7334 7 ай бұрын
Thank you, your videos are super helpful :D
@thepufferfish8116
@thepufferfish8116 Жыл бұрын
Thank you! This was so helpful!
@Xinmin1000
@Xinmin1000 2 жыл бұрын
Really helpful! Thank you!
@Adheil_Gupta
@Adheil_Gupta 11 ай бұрын
thank you so much!!!!!!!
@MessiFCBisseM
@MessiFCBisseM Жыл бұрын
Thank you so much for this..
@user-rf7dl1ip6b
@user-rf7dl1ip6b Жыл бұрын
To test my matplot lib, I am getting an era code TypeError: cannot unpack non-iterable Axes object for the code in line 5: fig, simple_chart = matplotlib.pyplot.subplot() Can you help me figure out where I'm going wrong please?
@weMakeSomeNoise
@weMakeSomeNoise 11 ай бұрын
try this: ------------ import matplotlib.pyplot as plt data = (3, 6, 9, 12) # Create a figure and a single subplot fig, simple_chart = plt.subplots() # Plot your data simple_chart.plot(data) # Show the plot plt.show() ------ Note: Line 5 was wrong for me too, the fine detail of 'subplot' is not a 'x' on the end but a 's'.
@dwilliams6648
@dwilliams6648 11 ай бұрын
try adding 's' to .subplot() it should be fig, simple_chart = matplotlib.pyplot.subplots()
@akankshamhetras7782
@akankshamhetras7782 Жыл бұрын
thank you !! Really worth checking out
@OluwaseyiAshipa
@OluwaseyiAshipa Жыл бұрын
very helpful.Thanks alot
@maxtudiodesing
@maxtudiodesing Жыл бұрын
lifeeee saverr. Thanks
@ammaralsawai7724
@ammaralsawai7724 2 жыл бұрын
Thank you!
@mohamedkhorchani3488
@mohamedkhorchani3488 Жыл бұрын
thank you sur !
@evalang4435
@evalang4435 Жыл бұрын
So good, thanks:)
@sarthakjain1824
@sarthakjain1824 Жыл бұрын
this is not working for me
@douaaghellam2813
@douaaghellam2813 Жыл бұрын
I try it right now and it doesn't"t work how u fixe it please?
@cf6634
@cf6634 3 ай бұрын
working through my errors. first, started with determining how many versions of Python installed and making sure only one version (I had two). secondly, where I’m stuck now, I get a “cannot unpack non-iterable Axes object”. good luck with wherever your issues lie. okay, worked through this: instead of “subplot” write “subplots”. now work for me.
@billaliqbal7879
@billaliqbal7879 2 жыл бұрын
will the libraries be accessible in any file we make in the future or is it only available in the virtual environment we created? I don't want to have to install the libraries everytime
@iantan7828
@iantan7828 2 жыл бұрын
I think if u install it without virtual e it would be accessible everywhere?
@maxtudiodesing
@maxtudiodesing Жыл бұрын
hello, i try on window but i don't see bin folder just. include/Lib/Scripts
@tinuolaogunlade5649
@tinuolaogunlade5649 Жыл бұрын
is it okay to install the other python libraries in one folder all at once
@douaaghellam2813
@douaaghellam2813 Жыл бұрын
I try it right now and it doesn't"t work how can I fixe it please?
@user-iw6to1kw6n
@user-iw6to1kw6n 11 ай бұрын
how to install pillow library?
@NikitaNair
@NikitaNair Жыл бұрын
Not working still :(
@douaaghellam2813
@douaaghellam2813 Жыл бұрын
I try it right now and it doesn't"t work how u fixe it please?
@cf6634
@cf6634 3 ай бұрын
Anyone having error results from loading the matplotlib library using an M2 MacBook Air?
@redacted__
@redacted__ 2 жыл бұрын
I keep getting ModuleNotFoundError: No module named 'matplotlib'?
@human5008
@human5008 Жыл бұрын
same issue. got any solution , if any do tell me . Thank you :).
@arnoldhe6742
@arnoldhe6742 2 жыл бұрын
why does mine say that python3.9 command not found
@iantan7828
@iantan7828 2 жыл бұрын
use python3 instead that worked for me
@mohitzen
@mohitzen 2 жыл бұрын
@@iantan7828 thanks
How to Set up VS Code for Data Science & AI
22:53
Dave Ebbelaar
Рет қаралды 298 М.
How to Run Python in Visual Studio Code on Mac OS Big Sur Apple Macbook M1
8:03
Tech Decode Tutorials
Рет қаралды 100 М.
طردت النملة من المنزل😡 ماذا فعل؟🥲
00:25
Cool Tool SHORTS Arabic
Рет қаралды 9 МЛН
Они так быстро убрались!
01:00
Аришнев
Рет қаралды 3,1 МЛН
Бутылка Air Up обмани мозг вкусом
01:00
Костя Павлов
Рет қаралды 2,7 МЛН
Tmux has forever changed the way I write code.
13:30
Dreams of Code
Рет қаралды 964 М.
How to install Python Libraries in Visual Studio Code
3:17
Aditya Thakur
Рет қаралды 1 МЛН
How To Install NumPy in Visual Studio Code (Mac)
3:38
StudySession
Рет қаралды 30 М.
How To Install Matplotlib in Visual Studio Code On Mac (2024)
5:21
ProgrammingKnowledge
Рет қаралды 9 М.
How To Install MatPlotLib in Visual Studio Code (Mac)
3:40
StudySession
Рет қаралды 12 М.
3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS
17:00
Internet Made Coder
Рет қаралды 1,6 МЛН
Modern Python logging
21:32
mCoding
Рет қаралды 177 М.
How to Setup Your Python Environment (With VSCode & Anaconda)
11:31
My Python Development Environment Setup - Full Tutorial
20:39
Tech With Tim
Рет қаралды 221 М.
طردت النملة من المنزل😡 ماذا فعل؟🥲
00:25
Cool Tool SHORTS Arabic
Рет қаралды 9 МЛН