Skip to content

tomaztk/Azure-Data-Studio-Notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Data Studio Notebooks

Bundle of Notebooks for Microsoft Azure Data Studio

1. Using multi language selection in Azure Data Studio Notebooks

Use %%lang_r or %%lang_py to switch the languages without switching the kernels. You should install the Machine Learning extension and set the R or Pyhon path to preinstalled environments.

Install the Machine Learning extention

Next you need to navigate to settings and find the same extention:

And type in the correct path to the language

Once setting up the path is completed, you can start using the lang_py or lang_r function.

And you should be fine.