Jupyter Notebooks in VS Code Walkthrough

  Рет қаралды 133,131

Visual Studio Code

Visual Studio Code

Күн бұрын

Пікірлер: 45
@rezaru2000
@rezaru2000 14 күн бұрын
Excellent! This is exactly what I was searching for, simple and quick.
@peligros13
@peligros13 2 жыл бұрын
It's amazing that this works with anaconda environments, I absolutely hated anacondas notebooks
@Lol-mi2bf
@Lol-mi2bf 2 ай бұрын
Agreed
@jameswhitaker4357
@jameswhitaker4357 6 ай бұрын
Thank you. Answered all my general questions. Happy coding everyone
@jaredshepard4943
@jaredshepard4943 6 ай бұрын
How do you create the conda environment in the initial setup. I am unable to complete this step
@ultimatelocal
@ultimatelocal Жыл бұрын
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?
@danieltheshark
@danieltheshark Жыл бұрын
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
@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']
@danielparedes7283
@danielparedes7283 14 күн бұрын
this is great but i was wondering if you guys have specific docs for screen reader users to learn to use efectively the jupyter notebooks on vscode.
@Justin-zw1hx
@Justin-zw1hx Жыл бұрын
amazing presentation, concise and very informative!
@Brown_Lightning
@Brown_Lightning Жыл бұрын
Incredible tutorial thank you for sharing excited to try all of this out
@daironperezfrias7819
@daironperezfrias7819 Жыл бұрын
This was great to me, Claudia thanks and i wait for your new video
@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.
@martxw
@martxw Жыл бұрын
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 4 ай бұрын
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.
@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:"))
@t.j6016
@t.j6016 2 жыл бұрын
The intellisense stopped working on my extension recently, is there something I need to do in settings?
@JavierVazquezHernandez-st7ve
@JavierVazquezHernandez-st7ve 7 ай бұрын
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?
@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.
@rocco19961
@rocco19961 2 жыл бұрын
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?
@alivecoding4995
@alivecoding4995 Жыл бұрын
I noticed that the usual STRG+Z ('undo') does not work in notebooks. Why is that?
@TVPhuman
@TVPhuman 8 ай бұрын
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.
@lucasl323
@lucasl323 6 ай бұрын
How do I shut down the running notebook?
@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?
@krozer05
@krozer05 Жыл бұрын
How can I navigate among execution lines ?
@AlonSudri
@AlonSudri 2 жыл бұрын
can you share a link to how to install anaconda for Windows?🙏
@eyambaoffiong9780
@eyambaoffiong9780 3 ай бұрын
Hi please i'm having issues as i can't get past the readme bit,is there something else i need to do?
@eyambaoffiong9780
@eyambaoffiong9780 3 ай бұрын
I followed the linked video but whenever I do the conda env create I get a environment file does not exist. What do I do? I'd greatly appreciate any help I can get
@jameswhitaker4357
@jameswhitaker4357 Ай бұрын
Anyone else know how to export? I followed the instructions but get an error when choosing the environment.
@yeahorightbro
@yeahorightbro 2 жыл бұрын
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 😢
@jenn1738
@jenn1738 Жыл бұрын
just started my coding journey 😢
@thomasbradley2916
@thomasbradley2916 2 жыл бұрын
Please link the video you referenced for anaconda setup in description
@code
@code 2 жыл бұрын
Done! Can be found here kzbin.info/www/bejne/nmLWcq2GpM9-g8k :)
@googm
@googm Жыл бұрын
Have they patched this ish? So buggy last time I tried it I had to switch back to browser.
@cinthyabeneducci6795
@cinthyabeneducci6795 Жыл бұрын
thx from Brazil!
@TheOtherSteel
@TheOtherSteel 2 жыл бұрын
When I clicked into this, I thought it was going to be about software that provided a notebook, for taking notes.
@vitalijsbekasovs7357
@vitalijsbekasovs7357 2 жыл бұрын
✌️😝🥳 g++ dbg var chart
@felixronnoh
@felixronnoh Жыл бұрын
Watching this a few days after Titanic submarine implosion.
@GregorianWater
@GregorianWater 10 ай бұрын
never use anaconda never download it its so neantherdalic
@cw3188
@cw3188 2 жыл бұрын
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
How to Set up VS Code for Data Science & AI
22:53
Dave Ebbelaar
Рет қаралды 330 М.
Jupyter Notebooks vs Python Scripts | When to Use Which?
13:07
ArjanCodes
Рет қаралды 50 М.
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 16 МЛН
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 26 МЛН
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 110 МЛН
25 VS Code Productivity Tips and Speed Hacks
11:35
Fireship
Рет қаралды 2,4 МЛН
The all NEW GitHub Copilot Experience
13:46
Visual Studio Code
Рет қаралды 87 М.
Why I stopped using Jupyter Notebooks
11:17
Dave Ebbelaar
Рет қаралды 28 М.
Jupyter Notebook In 10 Minutes
10:54
Colt Steele
Рет қаралды 46 М.
Using VS Code with Python for Data Science / Data Analysis - P.5
28:03
The Ultimate VS Code Setup for Data Science & AI (2024 Update)
32:00
I Tried 50 Data Analyst Courses. Here Are Top 5
8:41
Stefanovic
Рет қаралды 157 М.
Mastering your data with Data Wrangler in VS Code
8:34
Visual Studio Code
Рет қаралды 23 М.
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 16 МЛН