Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 8 years ago

notabot gravatar image

Since the answer is β€œAny workarounds?”, I'll document the one workaround that I found. However, the original problem persists; so I think that a bug report is due.

The workaround is to replace

%attach file.py

with

load("file.py")

Note that this workaround looses the automatic reloading feature; which is the point of attach in the first place. But at the very least, I can now load code and data from files.