Jupyter Notebooks in Visual Studio Code

Поділитися
Вставка
  • Опубліковано 6 лис 2024

КОМЕНТАРІ • 95

  • @Dinesh-ql1ok
    @Dinesh-ql1ok 4 роки тому +128

    Slowly visual studio code is transforming as the defacto IDE for everything. Great :-)

    • @wlgrd7052
      @wlgrd7052 3 роки тому +2

      Pretty quickly actually

    • @apidas
      @apidas 3 роки тому

      there's no such thing as defacto

  • @jamesmcgee1912
    @jamesmcgee1912 4 роки тому +16

    I'm loving native jupyter integration into Vscode

  • @ekaterinavolkova4348
    @ekaterinavolkova4348 4 роки тому +1

    Awesome! Useful! I have set my Jupyter notebook in Visual Studio Code in couple minutes! It works!

  • @muhammadichsan8855
    @muhammadichsan8855 4 роки тому +4

    Had try it, it consumes lot of RAM,
    Laggier than classic notebook.
    What I love are notebook design + intelliSense + variable explorer

    • @ambigus7
      @ambigus7 4 роки тому

      Sure, IntelliSense + Variable Explorer are a really good benefit. It is slower than classic jupyter notebook, but the classic version doesn't have all other benefits that have VSCode. :)

    • @mariomuysensual
      @mariomuysensual 2 роки тому

      Unironically it is faster than jupyter notebook.

  • @albert_chen
    @albert_chen 3 роки тому +1

    Me trying to convert all my eclipse, idle, pycharm, and jupyter notebook workflows all into VS Code. Let's goo!!!

  • @ShahnazMalik.
    @ShahnazMalik. 2 роки тому +1

    How can we view all columns of a GeoDataFrame in VS Code .ipynb?

  • @Noth3ng
    @Noth3ng 3 роки тому

    2 issues:
    1. I'm not appreciating jupyter overwriting my shortcuts, should be a flag in settings where I can opt out from that
    2. Version control. Developing without being able to verify changes through visual diff between commits is brutal - that feature of converting to *.py is amazing start in the right direction, probably this is the future - I hope they'll keep working on that. I would like to convert ALL of *.ipynb to *.py in that format, and store jupyter related data seperately in some gitignored folder. Would be a massive boost in tracking code quality and teamwork.

  • @JasonWhittle1
    @JasonWhittle1 4 роки тому

    VS Code is awesome. The Python interactive window is the most useful for me. Hybrid of notebook and file is a great idea.

  • @markchadwick77
    @markchadwick77 2 роки тому

    Very impressive. I’m sold.

  • @kevball21
    @kevball21 4 роки тому +2

    It would be good to do a video on environments and creating them. The idea is very confusing (to me) and would be useful to explain best practice about creating virtual environments. something like creating a ENV to install Keras and Tensorflow and be able to run Jupyter Notebooks from the new environment

    • @murtadha96
      @murtadha96 2 роки тому

      2 years later and I still find the virtual environments thing a bit confusing. You have venv and virtualenv and pyenv and each does things differently and not necessarily compatible with the other.

  • @broswhoknowstuff
    @broswhoknowstuff 3 роки тому +1

    I set up a virtualenv. I pip installed modules numpy, matplotlib, and pandas. Running the VSCode Jupyter with a program of course it doesn't see the modules. How did you go about installing these using VSCode Juypter?

  • @DanielBurrueco
    @DanielBurrueco 4 роки тому +1

    Does anyone know the theme being used? I liked the way code is distinguishable from the results

  • @liamchristman9033
    @liamchristman9033 4 роки тому +4

    Is it possible to collaborate in a Jupyter Notebook remotely via LiveShare?

  • @berndeckenfels
    @berndeckenfels 4 роки тому +3

    Wow, great that it runs locally with no Jupyter install.

  • @rickr937
    @rickr937 4 роки тому +7

    This is freaking amaziiiiiiing!!!!

  • @santiagocasanova9346
    @santiagocasanova9346 3 роки тому

    This is absolutely amazing! Very nice features

  • @davidjackson7675
    @davidjackson7675 3 роки тому +1

    In order for Python to do what a base R does you need at least three or four packages: numpy, Pandas, SciPy, and Matplotlib.

    • @mariomuysensual
      @mariomuysensual 2 роки тому

      Same for solving and visualizing ODE solutions, mathematica does it w/o external packages.
      Python is far from the definitive programming language, but it is very attractive due to its versatility.

  • @varunc
    @varunc 4 роки тому +7

    That presenter looks like Michael Scott from the Office..

  • @arjunshinde7
    @arjunshinde7 4 роки тому +3

    Make a video on nodejs JavaScript also

  • @aadimator
    @aadimator 4 роки тому +2

    Love the way it's going

  • @utpalsavaliya761
    @utpalsavaliya761 4 роки тому +2

    7:16 - Captions - "Markdown is basically WASTE like pretty printed text" Haha 😆

  • @chakrabmonoj
    @chakrabmonoj 3 роки тому

    Thanks Jeffrey (feat.Robert) for the nice tutorial. This is really helpful for someone like me, migrating from Jupyter to VS. I have a met with a few early bumps though and hope you could help me out with these :
    1. How can I launch an already-created virtual environment in a new session if I have logged out of a current session
    2. Can I kill/remove an existing venv - if yes, how?
    3. My code requires a few external libraries to be installed (e.g. Selenium). But whenever I am in a new session, the code gives me an error, since I am unable to launch the venv in which I had installed the libraries previously. Do I need to install the required libraries everytime I start a new session?
    Really appreciate.

  • @javqui1102
    @javqui1102 4 роки тому +1

    Aweson Jeffry! Thanks for the great work!

  • @lakshyabhardwaj9541
    @lakshyabhardwaj9541 4 роки тому

    what advantage will I have by using VS code rather than running jupyter notebook in my browser by downloading anaconda directly to my laptop?

  • @ColeridgeGuo
    @ColeridgeGuo 3 роки тому +2

    With all due respect to the host, maybe Microsoft can hire a host that knows more about the stuff

  • @tridibbiswas3361
    @tridibbiswas3361 4 роки тому

    Hi, Thank you. I am not seeing the cell level controls shown 5:43 min of your video. I just have a green run arrow on the left hand corner of my cell. No controls below my cell as shown in your video. I am running Python 3.7.6 and VS Code 1.42.1 through Anaconda. Am I missing something here

  • @amarpratapsingh4806
    @amarpratapsingh4806 3 роки тому

    When i am coding using this extension, the intellisense and tooltip opens when writing a method name, how do i close it then without lifting my hands off the keyboard.

  • @clemens.s2092
    @clemens.s2092 4 роки тому +2

    Great video, very instructive. Thank you!

  • @chyldstudios
    @chyldstudios 4 роки тому +2

    Very cool feature!

  • @scottfernando3647
    @scottfernando3647 3 роки тому

    I am used to coding on PyCharm, thus I use venv and I do not have to worry about the packages and stuff, so will it be the same with Jupyter on VS? What if I create my project folder with PyCharm and then work on that with VS Code to use Jupyter?

  • @synatkeam5597
    @synatkeam5597 3 роки тому

    I have a bit of problem saving the notebook as ipynb in Visual Studio Code. Could you assist.

  • @dhnguyen68
    @dhnguyen68 3 роки тому +1

    At 4:55, we see how to create a new jupyter nootebook (at last)

  • @sohambiswas8865
    @sohambiswas8865 4 роки тому +1

    Is it possible to use other languages such as R within the notebook?

  • @peterg4130
    @peterg4130 4 роки тому

    is there a way for me to have 2 or more notebooks open, and on different screens? You can do something like this in SSMS, with the query windows.

  • @elcapitano1438
    @elcapitano1438 4 роки тому +1

    Quite a nifty feature to have

  • @Flyforward226
    @Flyforward226 4 роки тому

    We know that we can covert Jupiter notebook to ipython in VS code, but once we finish the debugging, how do we convert it back to Jupiter notebook?

  • @whoami6821
    @whoami6821 4 роки тому

    he said he will talk about how to connect Anaconda with VScode, but i did not see where he talk about it? can anyone told me where is that?

  • @blackkissi
    @blackkissi 4 роки тому +3

    the guy one the left looks like steve carell :D

  • @ramirez533
    @ramirez533 4 роки тому

    Great video! can the markdown font be edited?

  • @mow3890
    @mow3890 4 роки тому

    It’s taking over

  • @tubusr
    @tubusr 4 роки тому

    Hi, this is awesome, just trying it out today. However, I'm not seeing the "cell level actions" you demoed in the video -- I only have a run action on the left and delete action on the right. All other actions that ought to be cell level are at notebook level up top -- what am I missing? I'm on Python 3.7.4 and have the latest python extension installed in vscode (also up to date).

  • @karanjadavid2178
    @karanjadavid2178 3 роки тому

    This is amazing

  • @LoboJuniorBr
    @LoboJuniorBr 4 роки тому

    Is possible to use Jupyter notebooks with csharp on VSCode?

  • @Steve-Richter
    @Steve-Richter 4 роки тому

    how would notebook cells be used when editing javascript code?

  • @brandomiranda6703
    @brandomiranda6703 4 роки тому +1

    how does one connect a jupyter kernel if one does not connect automatically?

    • @firstspar
      @firstspar 4 роки тому

      you need to add python and/or anaconda to your windows PATH directory
      so i.e. typing 'python' in any folder in CMD will run python

  • @ffabiang
    @ffabiang 4 роки тому

    Holy crap, this is great!!

  • @brianbordenkircher52
    @brianbordenkircher52 2 роки тому

    Very helpful!

  • @chimex1149
    @chimex1149 3 роки тому

    Please how do you install matplotlib?

  • @zunelmhrz3040
    @zunelmhrz3040 4 роки тому

    how to solve this problem?? "Jupyter notebook failed to launch. Error: The Jupyter notebook server failed to launch in time"

  • @augustojlle
    @augustojlle 2 роки тому

    Which theme is that ?

  • @CatACamera
    @CatACamera 4 роки тому +1

    Any chance to enable line numbers in it?

  • @picious
    @picious 4 роки тому

    eveything run well except the mouse over help ,, how can i enable this ??? (thanks)

  • @lawrencedoliveiro9104
    @lawrencedoliveiro9104 2 роки тому

    3:48 The big problem with Python on Windows is the two different ways of installing it are incompatible and cannot share packages.

  • @johncardona1910
    @johncardona1910 3 роки тому

    no words.

  • @roodborstkalf9664
    @roodborstkalf9664 4 роки тому

    Good presentation

  • @sarandonga_
    @sarandonga_ 3 роки тому

    WOW!

  • @Agrover112
    @Agrover112 4 роки тому

    Does it require an update?

  • @VishalJangid1
    @VishalJangid1 4 роки тому

    But it does not support function these
    Suppose I want a json slider next to variable, it is there in google collab but I guess not in vscode as of yet
    w = 0 #@param {type:"slider", min: -2, max: 2, step:0.1}

  • @MaLR-Max
    @MaLR-Max 4 роки тому +1

    but i'm using VS enterprise 2019 how can i use Jupyter Notebooks in it ?, Managed to install packages for jupyter in environment but i still idk not how to start jupyter notebook ?

  • @Rothbardo
    @Rothbardo 3 роки тому

    Anyone else having trouble importing Numpy?

  • @Agrover112
    @Agrover112 4 роки тому

    Cause my VS Code doesn't run it?

  • @ss_sk06
    @ss_sk06 4 роки тому +1

    Only product MS gives best and free.

    • @ambigus7
      @ambigus7 4 роки тому

      Sure! The only!!

  • @4wen_main
    @4wen_main 3 роки тому

    Coming from gvim to vscode..

  • @haritssyah7434
    @haritssyah7434 4 роки тому

    why they are let the vscode and jupyter notebook extention open-source free ?, what is the point behing freeing this kind of software ?

  • @renedoz
    @renedoz 4 роки тому

    I so wished that Microsoft would have instead approached Jupyter people and said: "hey guys, how can we help you make JupyterLab even more amazing?"

  • @JamesTJoseph
    @JamesTJoseph 4 роки тому +1

    Vscode killed Spyder :(

  • @irProteus
    @irProteus 4 роки тому +3

    Pardon my ignorance ... but what IS a Jupyter Notebook.
    My 6th grade english teacher, oh so many years ago now, used to say-"hyperbole means hyperbole.... so now you know what hyperbole means'
    Never use terminology that isn't in "common" language useage..... without first defining it,

  • @stackaug
    @stackaug 4 роки тому +14

    Good content, but the host really needs to stop looking at the clock. It’s super distracting and it makes him seem uninterested in this.

    • @VishalJangid1
      @VishalJangid1 4 роки тому +5

      He is looking at the tv screen which is projected on his back

  • @rhettsmedia
    @rhettsmedia 4 роки тому

    I would be happy to do a screen share and show you how terrible this product is maybe you can show me how it really works

  • @SirusStarTV
    @SirusStarTV 4 роки тому

    *****JuPyTeR NoTeBoOkS*****

  • @iChrisBirch
    @iChrisBirch 4 роки тому +6

    The HOST NEEDS TO STOP RESPONDING WITH 'YES' 'K' 'OKAY' 'YEAH' 'MMHMM' after everything the presenter is saying!!! Super distracting!

  • @rhettsmedia
    @rhettsmedia 4 роки тому

    Screen reader users cannot use this because it just doesn’t work

  • @joeyng1282
    @joeyng1282 4 роки тому

    Dude wearing $600 sweatshirt.

  • @nnabicse
    @nnabicse 2 роки тому

    Jupiter Notebook in Vs code kinda crap

  • @randomfloppydisk6427
    @randomfloppydisk6427 4 роки тому

    in fact this is fucking horrible and works terribly.
    today was the second and last time vscode corrupted and completely erased all content on a jupyter notebook file i was working on

  • @exposeit9412
    @exposeit9412 3 роки тому

    python a defective >? mind your words dude.

  • @fernandovieira306
    @fernandovieira306 4 роки тому

    Cool, but still a pain in the neck to setup the environment.

  • @skumarr53
    @skumarr53 4 роки тому

    Does it support nb_extensions?. If yes, how do I add it to the VScode environment.

    • @darkinferno4687
      @darkinferno4687 4 роки тому

      why would u need nb extensions in vscode?
      vs code plugins can do everything and more