Learn R Programming

greta (version 0.4.5)

greta_notes_install_miniconda_output: Retrieve python installation or error details.

Description

These functions retrieve installation or error information output by python when running install_miniconda(), conda_create(), conda_install(), or when encountering a TensorFlow numerical problem.

Usage

greta_notes_install_miniconda_output()

greta_notes_install_miniconda_error()

greta_notes_conda_create_output()

greta_notes_conda_create_error()

greta_notes_conda_install_output()

greta_notes_conda_install_error()

greta_notes_tf_num_error()

Arguments

Examples

Run this code
if (FALSE) {
greta_notes_install_miniconda()
greta_notes_conda_create()
greta_notes_conda_install()
greta_notes_tf_num_error()
greta_notes_tf_error()
}

Run the code above in your browser using DataLab