No video

Jupyter Notebooks in VS Code Walkthrough

  Рет қаралды 123,355

Visual Studio Code

Visual Studio Code

Күн бұрын

Пікірлер: 39
@jameswhitaker4357
@jameswhitaker4357 3 ай бұрын
Thank you. Answered all my general questions. Happy coding everyone
@peligros13
@peligros13 Жыл бұрын
It's amazing that this works with anaconda environments, I absolutely hated anacondas notebooks
@danieltheshark
@danieltheshark 11 ай бұрын
Hi, thank you for your presentation. About the debugging. Maybe I'm missing an important step. Right I understood it in that way, if you want to stop at a specific line you have to do following things: - set a breakpoint - Click on that specific cell with the breakpoint -> Execute Above Cells - Debug Cell Why is there no "Run everything until you hit the breakpoint" button? Thank you Regards -daniel
@Brown_Lightning
@Brown_Lightning Жыл бұрын
Incredible tutorial thank you for sharing excited to try all of this out
@Justin-zw1hx
@Justin-zw1hx Жыл бұрын
amazing presentation, concise and very informative!
@daironperezfrias7819
@daironperezfrias7819 Жыл бұрын
This was great to me, Claudia thanks and i wait for your new video
@jaredshepard4943
@jaredshepard4943 3 ай бұрын
How do you create the conda environment in the initial setup. I am unable to complete this step
@martxw
@martxw 8 ай бұрын
Wasted part of my life I won't get back, trying to follow this. The Anaconda instructions don't work. The dependencies are inconsistent. I tried a forked repo that looked like it addressed it, but still can't find an Anaconda channel that finds the right version of tensorflow.
@gn6691
@gn6691 Ай бұрын
Watch Aladdin Persson he has a playlist for tensorflow installation with anaconda. Just use vscode instead of pycharm(which he used) with jupyter extension and the rest of the installation will get recommended to you by vscode itself.
@TheAmit4sun
@TheAmit4sun Жыл бұрын
Setting up the environment landing me to bunch of compatibility Issues for example. I am using golden_scenario_env.yml :- UnsatisfiableError: The following specifications were found to be incompatible with each other: Output in format: Requested package -> Available versions Package icc_rt conflicts for: pandas-profiling=3.0.0 -> numpy[version='>=1.16.0'] -> icc_rt[version='>=13.1.6|>=2019.0.0|>=2022.1.0'] keras=2.4.3 -> numpy[version='>=1.9.1'] -> icc_rt[version='>=13.1.6|>=2019.0.0|>=16.0.4|>=2022.1.0'] scikit-learn=0.24.2 -> scipy -> icc_rt[version='>=13.1.6|>=2019.0.0|>=2022.1.0|>=16.0.4'] pandas=1.3.2 -> numpy[version='>=1.18.5,=2019.0.0'] Package m2w64-gcc-libs conflicts for: pandas-profiling=3.0.0 -> scipy[version='>=1.4.1'] -> m2w64-gcc-libs keras=2.4.3 -> scipy[version='>=0.14'] -> m2w64-gcc-libs scikit-learn=0.24.2 -> libcblas[version='>=3.8.0,=3.8.0,=1.4.1'] pandas-profiling=3.0.0 -> imagehash -> scipy[version='>=1.0.1|>=1.1.0|>=1.5.2|>=1.3']
@Aviyoyopdx
@Aviyoyopdx Жыл бұрын
I was unable to solve the environment by following the steps in the readme. Would I need an older version of anaconda to follow along with the video?
@yeahorightbro
@yeahorightbro Жыл бұрын
This is great! Thanks for the video! The only thing I wish we were able to do is execute code we have selected in a cell in the interactive python panel 😢
@cinthyabeneducci6795
@cinthyabeneducci6795 Жыл бұрын
thx from Brazil!
@wbblelebbw9678
@wbblelebbw9678 Жыл бұрын
Strange request but could you give us a shot of the books in your book case? I’m interested in any books you might have that I could get.
@TVPhuman
@TVPhuman 5 ай бұрын
Thank you for the great tutorial. But what I find inconvinient is how Jupyter Notebooks look in VS Code in a sense that - it's much better in GitHub. It's also imposible (or I still don't know how) to copy text( not code) from markdown cells, although you can do it in GitHub. If you know how to do it, please tell.
@wolfgangr.3268
@wolfgangr.3268 Жыл бұрын
Somehow VSCode ignores the meta-data of Jupyter cells like: "deletable": false, "editable": true". Is there any workaround? I don't want my students to mess arround or accidentally delete parts of my script.
@googm
@googm Жыл бұрын
It's kind of sad how trash _all_ of the editors are for this absolute boon of a data science tool.
@jenn1738
@jenn1738 Жыл бұрын
just started my coding journey 😢
@JavierVazquezHernandez-st7ve
@JavierVazquezHernandez-st7ve 3 ай бұрын
IS there any way i can remove all inputs from the code cells when creating my html file or i should edit the cell tags one by one?
@alivecoding4995
@alivecoding4995 11 ай бұрын
I noticed that the usual STRG+Z ('undo') does not work in notebooks. Why is that?
@lucasl323
@lucasl323 2 ай бұрын
How do I shut down the running notebook?
@ruanlopes3696
@ruanlopes3696 Жыл бұрын
could you please tell me how can i run the input using the jupyter notebook on the Vs Code ? all the codes are working well but the input does not appear on kernel, the code keep running in time but does not show me the input. --> name = input(str("Write your name:"))
@rocco19961
@rocco19961 Жыл бұрын
HI, my "run cell" is not working and I don't understand why, this happened after update the program. I press Run cell and it doesn't do anything, can you help me?
@krozer05
@krozer05 Жыл бұрын
How can I navigate among execution lines ?
@t.j6016
@t.j6016 Жыл бұрын
The intellisense stopped working on my extension recently, is there something I need to do in settings?
@sprintwithcarlos
@sprintwithcarlos Жыл бұрын
Is there a way to programmatically execute previous cell? I want the cell to run even if the user forgets to run the previous one where the function is defined
@patrickwarren2714
@patrickwarren2714 Жыл бұрын
Ask Chat GPT?
@AlonSudri
@AlonSudri Жыл бұрын
can you share a link to how to install anaconda for Windows?🙏
@thomasbradley2916
@thomasbradley2916 Жыл бұрын
Please link the video you referenced for anaconda setup in description
@code
@code Жыл бұрын
Done! Can be found here kzfaq.info/get/bejne/npejdN2B1NCvfZs.html :)
@googm
@googm Жыл бұрын
Have they patched this ish? So buggy last time I tried it I had to switch back to browser.
@TheOtherSteel
@TheOtherSteel Жыл бұрын
When I clicked into this, I thought it was going to be about software that provided a notebook, for taking notes.
@felixronnoh
@felixronnoh Жыл бұрын
Watching this a few days after Titanic submarine implosion.
@vitalijsbekasovs7357
@vitalijsbekasovs7357 Жыл бұрын
✌️😝🥳 g++ dbg var chart
@GregorianWater
@GregorianWater 6 ай бұрын
never use anaconda never download it its so neantherdalic
@cw3188
@cw3188 Жыл бұрын
Could anyone help me with this error that I receive when I try to run the first code cell? Thanks Output exceeds the size limit. Open the full output data in a text editor --------------------------------------------------------------------------- OSError Traceback (most recent call last) ~\AppData\Local\Temp\ipykernel_5728\1512543305.py in 1 #Imports ----> 2 import pandas as pd 3 import numpy as np 4 import pandas_profiling 5 from sklearn.model_selection import train_test_split ~\AppData\Roaming\Python\Python37\site-packages\pandas\__init__.py in 9 for dependency in hard_dependencies: 10 try: ---> 11 __import__(dependency) 12 except ImportError as e: 13 missing_dependencies.append(f"{dependency}: {e}") ~\AppData\Roaming\Python\Python37\site-packages umpy\__init__.py in 146 147 # Allow distributors to run custom init code --> 148 from . import _distributor_init 149 150 from . import core ~\AppData\Roaming\Python\Python37\site-packages umpy\_distributor_init.py in 24 # NOTE: would it change behavior to load ALL ... --> 364 self._handle = _dlopen(self._name, mode) 365 else: 366 self._handle = handle OSError: [WinError 193] %1 is not a valid Win32 application
@sean-re1gb
@sean-re1gb Жыл бұрын
I have the same issue, not sure if anyone has solution or not
@daironperezfrias7819
@daironperezfrias7819 Жыл бұрын
do you fixed this error ? I think, by view this video, if you only don print the data and go to the variable and see the data in the example [3:43] was better to print and te error dont show again
Jupyter Notebooks vs Python Scripts | When to Use Which?
13:07
ArjanCodes
Рет қаралды 44 М.
How to Set up VS Code for Data Science & AI
22:53
Dave Ebbelaar
Рет қаралды 300 М.
Prank vs Prank #shorts
00:28
Mr DegrEE
Рет қаралды 10 МЛН
Gli occhiali da sole non mi hanno coperto! 😎
00:13
Senza Limiti
Рет қаралды 22 МЛН
25 VS Code Productivity Tips and Speed Hacks
11:35
Fireship
Рет қаралды 2,3 МЛН
My Brain after 569 Leetcode Problems
7:50
NeetCode
Рет қаралды 2,5 МЛН
Using Copilot with Jupyter Notebooks
10:02
Visual Studio Code
Рет қаралды 49 М.
Why Democracy Is Mathematically Impossible
23:34
Veritasium
Рет қаралды 1,9 МЛН
25 nooby Python habits you need to ditch
9:12
mCoding
Рет қаралды 1,7 МЛН
Why I stopped using Jupyter Notebooks
11:17
Dave Ebbelaar
Рет қаралды 12 М.