peterroelants/peterroelants.github.io

SyntaxError: only named arguments may follow *expression

Closed this issue · 0 comments

Hi,
when running
np.expand_dims(np.linspace(*xlim, 25), 1)
I get
SyntaxError: only named arguments may follow *expression

I am running the same version of packages and python as in the notebook.