Closed callzhang closed 8 years ago
And which notebook version are you using? Typically this error happens to me, when the %%cache
magic is not the first line of the cell. This seems to be the case for you, because the error message says line 3
.
You are right. I figured it out. Thanks!
File "", line 3
%%cache company_facebook_data.pkl company_facebook_data
^
SyntaxError: invalid syntax
I am using python 3.4