Syntax error: 'invalid interpolation syntax' when using include()

It looks to me like you probably have a typo in the file. What does it contain? That error message suggests that you’ve got a string containing a $ and Julia is trying to interpolate something incorrectly.

2 Likes