1. change the language
  • %sql
  • %python
  1. run another notebook from current notebook (parameter/ function for modularity)
  • %run <./<folder_path>
  1. file system operations (e.g. ls) %fs ls ‘/databricks-datasets’ However, it cannot interact with other code. This can also achieve by 1.3 dbutilis