run_command("conda install -y numpy", dry_run = TRUE)
a <- "This is a message"
run_command('echo "{a}"', dry_run = TRUE,
enable_conda = FALSE, use_glue = TRUE)
if (FALSE) {
# Use `jupyter_launch()` instead. This is just a demonstration
run_command('"{jupyter_bin()}" server list', use_glue = TRUE)
}
Run the code above in your browser using DataLab