VSCode Jupyter Notebook with Python, R, Julia [Visual Studio Code]

preview_player
Показать описание
Microsoft has refactored its VSCode Jupyter Extension to support all Jupyter Noteboook Kernels.That means, You can use languages other than Python on your VSCode Jupyter Notebook. Languages like R and Julia. In this Video you'll learn how to use R and Julia on VSCode Jupyter Notebook

Рекомендации по теме
Комментарии
Автор

Thx! I successfully set up Julia in VScode jupyter extension after watching this video.

jiayunren
Автор

Thank you, this was super helpful for setting up julia in VSCode!

brentwilder
Автор

Thanks for illustration. It's pretty handy. Thank you :)

okbenjamin
Автор

I have R working within a jupyter notebook in VScode, but the variables do not display in the Jupyter:variables tab! I cant seem to find a fix for this anywhere, any advice?

AffectiveApe
Автор

Hi, when i write: IRkernel::installspec() i get this:

Error in IRkernel::installspec() :
jupyter-client has to be installed but "jupyter kernelspec --version" exited with code 127.
In addition: Warning message:
In system2("jupyter", c("kernelspec", "--version"), FALSE, FALSE) :
'"jupyter"' not found

edithjanethgasparmtz
Автор

error
jupyter-client has to be installed but "jupyter kernelspec --version" exited with code 127.

pasuvulasaikiran
Автор

where do i run the lines install.packages('IRkernel')? :(

sabinaixchelgarciamendoza
Автор

Hello. Thank you, this video has been helpful for a newbie like me. However, I encountered a problem when I use R in jupyter, , this error appeared: Failed to execute cells in CellExecutionQueue [s [Error]: Unable to start Kernel 'R' due to connection timeout. Where can I get further information about the error? Is it from the vscode-jupyter or the IRkernel itself? Thanks in advance.

adeliaramadhanip
Автор

thank you this was golden and super helpful I got setup in less than 5mins for running R into VSCode. My query is this how do we get the insert cell working, since it could be a disability on "enjoying the full spectrum of running cells in Jupyter-style" and stuck always on single-cell. Been getting this error on every "+" TypeError: Cannot read property 'charAt' of undefined at

VernHowChan
Автор

Which version of vscode is required for this??

PhiSanti