Disable dbutils suggestion

GC-James
Contributor II

I would like to turn off or suppress this message which is returned from the dbutils library.

%r
 
files <- dbutils.fs.ls("/dbfs/tmp/")
 
For prettier results from dbutils.fs.ls(<dir>), please use `%fs ls <dir>`

How can I do this?