I spent 15 minutes to figure out how the author gets the input window where he types "julia repl" at the very beginning (1:55). Unfortunately he does not explain it at all and it is not possible to see which shortkeys he is using. It turned that that window is called "Command Palette" (View -> Command Palette), Ctrl+Shift+P.
@danielmelo25014 жыл бұрын
I thought I was the only one. I spent about 15 mintuso too.
@NeuralEngin33r4 жыл бұрын
@@danielmelo2501 I spent longer..
@subukandaswamy40984 жыл бұрын
I understand your difficulty. I think the author should have said that he assumes that the audience is already familiar to VScode. I already knew vscode, so it was quite obvious to me, whatever he was doing. For whomever reading this comment, if you are not already familiar with VSCode, please watch some 10 min quick intro video and come back here.
@anguscampbell30203 жыл бұрын
I'm confused by 2:00 How does he get the command line julia> to switch to pkg> ?
@stellartux3 жыл бұрын
@@anguscampbell3020 Type ] to switch from julia> to pkg>
@ChannelPGS4 жыл бұрын
From 3:50 to 4:36, David demonstrates "in-line showing of evaluation results". If that's not working (as it wasn't for me) then you may have the wrong preferences set. To fix: F1 -> 'Preferences: Open Settings (UI)' -> 'Extensions' -> 'Julia' -> 'Execution:Result Type' -> either 'both' or 'inline'
@ehdoom4 жыл бұрын
Thanks, sir.
@krishnateja46884 жыл бұрын
Big Thanks 👏
@yosolonopuedo4 жыл бұрын
Beautiful. As a suggestion, I think Julia quality videos of real data analysis are needed on KZbin. You can find tones of these type of videos for R and Python, but you barely find them for Julia.
@matteomaglio28052 жыл бұрын
Tolle Präsentation, die mir viel Zeit gespart hat. Vielen Dank.
@yosolonopuedo4 жыл бұрын
Is there any way for the autocompletion to show you the column names while you select the columns?
@kristiantorres10804 жыл бұрын
Amazing! Thank you so much for all the hard work that you've put into this extension.
@yvesf45694 жыл бұрын
I also spent 15 minutes to understand how to open a new folder "VSCODEDEMO" and to open a Julia REPL. Now I am stuck I cannot "activate ." Instead of (vsdedemocode) prompt I get a "Julia" prompt and the command "pkg" makes an error.
@jonasmaugust4 жыл бұрын
Reminded me of the "mother of all demos". Very nice, thanks!
@andrewminhnguyen94464 жыл бұрын
Great presentation, David! Very smooth and informative. I especially appreciated the quick overview of remote VS Code capabilities at the end of the video.
@stefanoskechagias17364 жыл бұрын
at 5:24 u need the data preview extension to see the data in the new tab
@LayneSadler3 жыл бұрын
21:45 overview of env
@chantingcc62823 жыл бұрын
why I can not see anything on the workspace? It is always blank.
@anguscampbell30203 жыл бұрын
2:00 How does he get the command line julia> to switch to pkg> ?
@anguscampbell30203 жыл бұрын
For any one else who sees this just hit ] in the REPL command line and that will bring it up
@bpbartholomew Жыл бұрын
@@anguscampbell3020 Thank you!
@locutusdiborg883 жыл бұрын
p|> save ("foo.png") doesn't work for me, it says imageio writer error: neither save nor fileio_save is defined
@KennethJohnsenDK3 жыл бұрын
Nice job. This was a very cool demo.
@lucamonno43373 жыл бұрын
Hi, inline result doesn't work for me, even with the option set as "both" in the settings. I read somewhere that I should use alt+enter to run the lines of code but it runs python code in jupyter with my settings. How can I set the alt+enter correctly in the keyboard shortcuts menu?
@losiu9984 жыл бұрын
Hi, thanks for this great extension. I have one question about building sysimage of my environment in vsc. When I do that, Tasks-build ... I get sysimage with packages included in my project - that's ok but with that come all packages included in default Project.toml, where are all packages I installed on my computer. Compilation takes ages and sysimage is tremendously big due to the inclusion of unintended packages. How can I prevent or change behavior of creating sysimages (I don't see any option in vsc settings)?
@LU5DX-14 жыл бұрын
Simply amazing! Thank you so much.
@yetanotherchannelyac14344 жыл бұрын
This is fantastic. 🙏
@kristiantorres10804 жыл бұрын
@2:06 how can we add unregistered packages that are already installed (were previously added) outside this environment?
@kristiantorres10804 жыл бұрын
I found the answer, just specify the local directory in pkg> add /path/to/local/package/directory.
@algebra57664 жыл бұрын
Great video!
@johndelilo60384 жыл бұрын
@4:29 should be *hover* not *hoover* !
@walterlevy59243 жыл бұрын
😀
@nathanruben33723 жыл бұрын
I am very pissed of when open source community gets on the microsoft products...Nothing comes good from microsoft imho.
@MaterialFuture2 жыл бұрын
I agree, it sucks to see the open source community using software produced by M$. That said there is a fork of VSC called Codium which blocked access to the M$ bloat and removes the telemetry. Unfortunately most novices wont touch something like Vim or Emacs when something that does everything for them with little configuration.
@Andres983943 жыл бұрын
I cannot stand VS code or VS or Pycharm period. R Studio is awesome and convenient and easy to work with. If they can do something like that instead of cobbling Atom to something or Eclipse to something or VS code that would be really good. I don't want to be tied to M$ or use a heavy java app like Pycharm.