Get the 'py' object. Note that it gives you extra responsibilities when you choose to access the 'py' object directly.

get_py()

Value

The 'py' object with direct access to the library.

Examples

if (has_sympy()) {
  py <- get_py()
}