[10x06] How to use Julia in VS Code

Sdílet
Vložit
  • čas přidán 13. 09. 2024
  • Learn how to use Julia in Visual Studio Code (VS Code) by using the Julia Extension for VS Code.
    This video is a chapter in the "Julia for Absolute Beginners" series, which is a collection of "how-to" videos to help you get started on your journey to learn how to write code using the Julia Programming Language.
    ##############################
    Link for this Video
    ##############################
    Code for this tutorial
    github.com/jul...
    Julia in VS Code Documentation
    www.julia-vsco...
    ##############################
    Links for this Series
    ##############################
    Julia for Absolute Beginners Playlist
    • Tutorial Series 10 | J...
    The Julia Programming Language Website
    julialang.org/
    ##############################
    Join Button (Channel Membership):
    If you like what I do, then please consider Joining and becoming a Channel Member.
    / @doggodotjl
    Thank you!

Komentáře • 9

  • @cbbcbb6803
    @cbbcbb6803 Před 3 měsíci

    Great tutorial!
    I like your easy to follow clear speech and the way that the transcription app can tell when you are at the end of a sentence by marking it with a period. I wish all tutorials would do that.

  • @darkside3ng
    @darkside3ng Před dnem

    saved my day!!! :)

  • @Kieranwuthering
    @Kieranwuthering Před 11 měsíci +1

    This tutorial is pellucid and suitable for me!

  • @alexisschneider1627
    @alexisschneider1627 Před 11 měsíci +1

    I'm new to Julia, thanks for the great videos!
    I have a question about the Julia Jupyter notebooks on VSCode, no variable are shown in the Jupyter tab of the panel. Is it a normal "bug"?

  • @cronusciller2124
    @cronusciller2124 Před 2 měsíci

    I tried doing this but my vscode would not evaluate and said it "cannot read properties of undefined (reading 'file')" and at the bottom of my screen where your screen said julia env v1.9, mine has been saying loading for a few minutes now.

  • @morasmile7453
    @morasmile7453 Před 9 měsíci

    hi! I have a question, how can I see the variables that I create in Julia with VS Code?

  • @Heisenberg-pr1hk
    @Heisenberg-pr1hk Před měsícem

    why nobody download julia from its site ? does not necessary ? we do mingw for C.

  • @ssl2928
    @ssl2928 Před 11 měsíci +2

    how to debug Julia in Vscode?

    • @FTZhang-xk9ed
      @FTZhang-xk9ed Před 11 měsíci +1

      Alt + ENTER for the entire file, Ctrl + ENTER for current line code