Wagner Faria Barbosa

Results 4 comments of Wagner Faria Barbosa

Estou aprendendo linguagem __Markdown__ no Curso em Vídeo de Git e GitHub. Estou aprendendo linguagem _Markdown_ no Curso em Vídeo de Git e GitHub. Estou aprendendo linguagem ~~Markdown~~ no Curso...

Gostaria de saber também!

This error stopped occurring when I used `rgee::ee$Initialize(project = "Your_Project")` instead of `rgee::ee_Initialize(project = "Your_Project")` after authenticating with `rgee::ee_Authenticate()`. After running `rgee::ee$Initialize(project = "Your_Project")` following authentication with `rgee::ee_Authenticate()`, nothing appeared...

Dear @MatthieuStigler, when I run the following commands: ``` py_run_string("import ee") py_run_string("print(ee.__version__)") ``` It returns version 1.5.4. Thanks!