Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.03 KB

File metadata and controls

24 lines (14 loc) · 1.03 KB

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.