py_version | R Documentation |
Get the version of Python currently being used by reticulate
.
py_version(patch = FALSE)
patch |
boolean, whether to include the patch level in the returned version. |
The version of Python currently used, or NULL
if Python has
not yet been initialized by reticulate
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.