%run command gives error on free edition

JonnyData
New Contributor III

Hi,

I'm testing out running one Notebook from another using the %run magic command in the Databricks Free Edition. Just really simple test stuff but get the following error:

Failed to parse %run command: string matching regex '\$[\w_]+' expected but 'p' found. If notebook path contains spaces, wrap with double quotes.

The path doesn't contain spaces and wrapping in double quotes doesn't help, either.

Any suggestions?