How to Use Jupyter Notebooks with Visual Studio Code (and Anaconda)

Поделиться
HTML-код
  • Опубликовано: 26 авг 2024
  • This tutorial demonstrates how to setup Visual Studio Code to work with Python Jupyter notebooks. We'll use the Anaconda python distribution to create and manage environments.
    Instructions and code: opensourceopti...
    Sign up for email notifications (opensourceopti...) and get $5 off any course at opensourceopti...
  • НаукаНаука

Комментарии • 15

  • @GrahamLeach
    @GrahamLeach Год назад +6

    My suggestion is you do these tutorials forward rather than backward. By this I mean install base environment and dependencies into a FRESH NEW environment and then attempt to install and run the notebook rather than contantly saying "whups! missing something! Just let me just install this first!" which creates a bewildering, chaotic "one step forward, two steps back" situation rather than a linear learning "one - two - three" one.

  • @CarlosHidalgoLa
    @CarlosHidalgoLa 3 месяца назад

    Para ejecutar LLaMA 3 en tu ordenador, aquí tienes los requisitos de hardware:
    Modelos Pequeños (7B - 13B parámetros): RAM 16-32 GB, CPU Intel i7/i9 o AMD Ryzen 7/9, GPU opcional de 8 GB VRAM (NVIDIA RTX 3060).
    Modelos Medianos (30B - 65B parámetros): RAM 32-64 GB, CPU Intel i9 o AMD Ryzen 9, GPU de 16 GB VRAM (NVIDIA RTX 3080/3090).
    Modelos Grandes (175B parámetros y superiores): RAM 64-128 GB, CPU Intel Xeon o AMD Threadripper, múltiples GPUs con 24 GB VRAM cada una (NVIDIA A100, RTX 3090).

  • @roberta.saberson4675
    @roberta.saberson4675 2 года назад +1

    I'm getting a no module found error when i try to import something but I'm sure I pip installed the thing. What could've caused that? Thanks.

    • @geospatialschool
      @geospatialschool  2 года назад

      Maybe you didn't install it in the same environment vsc is using?

  • @josephzhang8809
    @josephzhang8809 Год назад +1

    I have a question about diference when you install, for example numpy at anaconda or at vscode jupyter notebook. Are they same?

    • @geospatialschool
      @geospatialschool  Год назад

      I do all my installs and environment management with anaconda

  • @sammyay-man2754
    @sammyay-man2754 7 месяцев назад

    User input not displayed in the cell. help

  • @saidalam3646
    @saidalam3646 Год назад

    Sir I have install anaconda but when I lunch jupyter it give error of exit
    What should I do now

  • @shafraznz
    @shafraznz 2 года назад

    When I try to run any of my code blocks, I keep getting the following eror - "The kernel failed to start as a dll could not be loaded." Any ideas what could be causing this?

    • @geospatialschool
      @geospatialschool  2 года назад

      Do you have jupyter installed for the python environment you are using? If you do then I'm not sure what the problem is.

  • @magnificoas388
    @magnificoas388 2 года назад +1

    easy thx!

  • @saachisahni5672
    @saachisahni5672 2 года назад

    Thank you!

  • @aaron6822
    @aaron6822 Год назад +2

    worst tutorial every. even with those extensions .ipynb file type isn't a supported filetype in vs code. you didn't start from the top. you showed nothing about anaconda and what it is vs just having python installed.