You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2022. It is now read-only.
Just had a look into this: sorry for the huge delay.
I don't think the approach that is currently in hy_kernel will be able to support this particular ast hack: I don't see how to generate a string of valid python that uses operators this way. Of course, there is operator.mul, but I imagine this is unsatisfying.
I'll keep this open, but it might have to be somehow changed upstream in hy itself... if code generation isn't a priority, it might not be.
The following instruction works in the Hy REPL :
But in the Notebook I get the following error :
As this happens only in the Notebook, I guess the issue is in the Hy kernel but I'm not sure.
Configuration:
IPython 3.0.0
Python 3.4.2
Hy 0.10.1
The text was updated successfully, but these errors were encountered: