Closed zacdav-db closed 1 year ago
Can now use %sh magic in rmarkdown:
%sh
This is achieved thanks to %%sh in a python context.
%%sh
```{databricks_sh} ls -la /
Additionally can use new `db_{r/py/scala/sh}` shorthand ```r ```{db_r} library(sparklyr) sc <- spark_connect(method = "databricks")
Can now use
%sh
magic in rmarkdown:This is achieved thanks to
%%sh
in a python context.