Nothing
## ----install_remotes, eval=FALSE----------------------------------------------
# install.packages('remotes')
## ----install_azuremlsdk, eval=FALSE-------------------------------------------
# remotes::install_github('https://github.com/Azure/azureml-sdk-for-r')
#
# remotes::install_cran('azuremlsdk', repos = 'https://cloud.r-project.org/')
## ----eval=FALSE---------------------------------------------------------------
# remotes::install_cran('azuremlsdk', repos = 'https://cloud.r-project.org/', INSTALL_opts=c("--no-multiarch"))
## ----install_pythonsdk, eval=FALSE--------------------------------------------
# azuremlsdk::install_azureml()
## ----eval=FALSE---------------------------------------------------------------
# azuremlsdk::install_azureml(version = NULL,
# envname = "<your conda environment name>",
# conda_python_version = "<desired python version>",
# restart_session = FALSE,
# remove_existing_env = TRUE)
## ----test_installation, eval=FALSE--------------------------------------------
# library(azuremlsdk)
# get_current_run()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.