if (FALSE) {
# Requires installation of conda
library(rpymat)
# Install conda, if you have done so, skip
configure_conda()
# Install Jupyter notebook
add_jupyter(register_R = TRUE)
# Utility functions
jupyter_bin()
# Please install `dipsaus` package to enable `async=TRUE` with
# better experience
jupyter_launch(async = FALSE, open_browser = TRUE)
}
Run the code above in your browser using DataLab