No video

Setting Up VS Code for Julia | Talk Julia #11

  Рет қаралды 16,009

Talk Julia

Talk Julia

Күн бұрын

Пікірлер: 31
@cormullion
@cormullion 2 жыл бұрын
Hi! Thanks for the coverage of the JuliaMono font! I just thought I'd comment on your suggested edits to the font configuration - you added a lot and I perhaps should have more careful in the documentation about the possible contents of that config line! - You probably _do_ want 'calt', 'ss12', 'ss13' and 'ss14' - these are all the useful ligatures - 'zero' and 'ss04' give you a choice of two (less good :)) zero designs - 'ss01' 'ss02' 'ss03' 'ss05' 'ss06' 'ss09' and 'ss10' are alternate designs (for g @ j * a f r) that people have asked for (they're not as good but, hey, people asked nicely... :) ) - 'ss11' and 'ss07' is for people who want the grave accent to be much less noticeable than usual (?!:)) - 'ss08' breaks the arrow ligature apart for some reason - 'ss15' changes the designs for the Math Script characters (𝒜 or 𝒜) - perhaps you have a preference... Thanks again for the shoutout!
@TalkJulia
@TalkJulia 2 жыл бұрын
Oh, thanks for all of the detailed information! Very good to know. And thanks for making this wonderful font!
@arcsine4344
@arcsine4344 2 жыл бұрын
It's really useful. It helps me to get a better understanding of Julia + Vscode.
@TalkJulia
@TalkJulia 2 жыл бұрын
Glad you enjoyed it!
@user-ef9fk4yj5r
@user-ef9fk4yj5r 8 ай бұрын
this Tutorial is amazing ! , it really helped me on one of my assigments.Thanks
@andreadeflorio3769
@andreadeflorio3769 2 жыл бұрын
Great video, thanks! I would also add one my experience: After opening Julia: Start REPL (for example with ALT+J ALT+L) and trying to run the Debug, a new terminal was opening useing again the base enviroment and not the workspaceFolder enviroment. I fixed this problem by changing the "juliaEnv" attribute in launch.json file as this: "juliaEnv": "${workspaceFolder}"
@FenixBG
@FenixBG Жыл бұрын
Thank you! I have been struggling with that, reading the docs and not grasping it and in general practically be really confused. I have been installing packages in base and then stuff went wromg oj different PCs and honestly gave up several times
@eliascarvalho8472
@eliascarvalho8472 2 жыл бұрын
Great video for beginners!
@TalkJulia
@TalkJulia 2 жыл бұрын
Thanks!
@rtdietrich
@rtdietrich Жыл бұрын
JuliaUP is great!
@corinnestephenson4826
@corinnestephenson4826 Жыл бұрын
This is so helpful -- thank you!!
@_carlisto_
@_carlisto_ 2 жыл бұрын
This was so helpful! Thank you! :)
@recurrenTopology
@recurrenTopology Жыл бұрын
Great video. Is it possible to view plots when running the code in a "New Process", it only appears to produce plots in VS Code up when running the code in the REPL. Maybe a different backend for plots would do it.
@oterotube13
@oterotube13 2 жыл бұрын
can you do a video where you set up Julia, with docker and visual studio... would be great
@TalkJulia
@TalkJulia 2 жыл бұрын
That's a great idea! Are there any specific topics you want covered, like connecting to a Docker container via VS Code?
@oterotube13
@oterotube13 2 жыл бұрын
@@TalkJulia if you ask me I am looking to get a connection to a server who is running a docker container with Julia installed, and be able to run Jupyter notebook with vsc with a personal computer. I'd like to centralized projects in a server with docker.
@rtdietrich
@rtdietrich Жыл бұрын
I need some help. I have installed "JuliaMono" and the examples at kzfaq.info/get/bejne/gcujqLOA0aimj6M.html (line 3+4) work. Unfortunately not the line 1+2. What exactly do I have to do to make this work?
@carnap355
@carnap355 6 ай бұрын
same issue
@MattiasVillani
@MattiasVillani 2 жыл бұрын
I never used the VS code graphical switch between environments. I can't get it to work properly though. Clicking it does show the environment on the status bar in VS Code, but when I go into the package manager I still see the previously used environment there. And it is indeed that one that is really activated. What am I missing?
@TalkJulia
@TalkJulia 2 жыл бұрын
If you're using the integrated REPL (opened with Alt+J Alt+O or by selecting "Julia: Start REPL" from the command pallet) then it uses the environment located in the root folder of your workspace, not the environment you select from the status bar. However, if you run your code using Shift+F5 or the play button, that will run using the environment selected in the status bar. Does that help clear it up?
@MattiasVillani
@MattiasVillani 2 жыл бұрын
@@TalkJulia Thanks, it does. But it makes it less useful for me since I rarely run whole scripts, but rather block by block.
@TalkJulia
@TalkJulia 2 жыл бұрын
@Mattias Villani Highlighting a block of code and pressing Shift+Enter uses the environment you select from the status bar, if that helps at all.
@hugosantaremdearaujo1170
@hugosantaremdearaujo1170 2 жыл бұрын
Hi, everyone. First, thanks again for another great video. I tried to reproduce the example from section "Working with Julia environments", but it was to no avail. I did activate my environment, I add the packages to it, and I selected the environment I had just activated, but even then when I tried to run it, I had the same mistake as you had. I noted, though, that error output didn't show up in the Julia REPL for me. Any ideas why?
@TalkJulia
@TalkJulia 2 жыл бұрын
Hmm, how did you run the file? Using F5 or the play button? Or some other way?
@hugosantaremdearaujo1170
@hugosantaremdearaujo1170 2 жыл бұрын
@@TalkJulia I used the play button
@mostsavleedexidze8739
@mostsavleedexidze8739 Жыл бұрын
As far as I understand this weekly podcast has stopped its life right?
@TalkJulia
@TalkJulia Жыл бұрын
Not yet! We have been busy working but have recorded a new episode and hopefully will post soon!
@ja1165
@ja1165 5 ай бұрын
@@TalkJuliaexcellent content, waiting for more !
@PachAvin
@PachAvin Жыл бұрын
I cannot get Julia REPL on typing 'Julia' as in kzfaq.info/get/bejne/gcujqLOA0aimj6M.html. The message I get is 'zsh: command not found: Julia' The executable is correctly filled inside the Julia: Executable Path of VS Code preferences.
Are These The Best Julia Packages? | Talk Julia #7
32:31
Talk Julia
Рет қаралды 1,5 М.
When RESTful architecture isn't enough...
21:02
Dreams of Code
Рет қаралды 272 М.
Dad Makes Daughter Clean Up Spilled Chips #shorts
00:16
Fabiosa Stories
Рет қаралды 1,9 МЛН
The Joker kisses Harley Quinn underwater!#Harley Quinn #joker
00:49
Harley Quinn with the Joker
Рет қаралды 10 МЛН
КАКУЮ ДВЕРЬ ВЫБРАТЬ? 😂 #Shorts
00:45
НУБАСТЕР
Рет қаралды 3,4 МЛН
Can This Bubble Save My Life? 😱
00:55
Topper Guild
Рет қаралды 84 МЛН
Learning Flux.jl from a Tensorflow Background | Talk Julia #9
36:22
you NEED to use VS Code RIGHT NOW!!
12:48
NetworkChuck
Рет қаралды 565 М.
The Julia REPL is AMAZING (with Miguel Raz) | Talk Julia #15
48:00
Turns out REST APIs weren't the answer (and that's OK!)
10:38
Dylan Beattie
Рет қаралды 149 М.
How to set up VSCode like a PRO!
1:05:36
Syntax
Рет қаралды 26 М.
Vim Tips I Wish I Knew Earlier
23:00
Sebastian Daschner
Рет қаралды 58 М.
Interview with an Emacs Enthusiast in 2023 [Colorized]
8:50
Programmers are also human
Рет қаралды 1,2 МЛН
Deep Neural Networks in Julia With Flux.jl | Talk Julia #10
36:58
Dad Makes Daughter Clean Up Spilled Chips #shorts
00:16
Fabiosa Stories
Рет қаралды 1,9 МЛН