-
Notifications
You must be signed in to change notification settings - Fork 5
Support magic arguments #12
Comments
Is there a way to get my matplotlib inline whilst this issue is open?
|
Not yet. The magics are not real python, so hy can't make ast for them. I The hy to ast to code approach is brittle as hell anyway. The real answer (%matplotlib inline) As well as somehow handle cell magics that don't expect code. PRs or On 17:16, Sat, Jun 13, 2015 Steve Butcher [email protected] wrote:
|
Actually, just fixed this with #17, now on pypi as 0.3.0. It breaks the code up around magics and compiles them as discrete chunks. Still won't do inline magic! |
sweet, just tried it out. Thanks! |
Neither cell or line magics can accept parameters: they result in parse errors.
The text was updated successfully, but these errors were encountered: