Posted in RADIO STATIONS python – How to pass the script path to %run magic command as a … June 10, 2025 Magic commands such as %run and %fs do not allow variables to be passed in. The workaround is you can use dbutils as like dbutils.notebook.run(notebook, 300 ,{}) Share Read More