-
-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ipython and Jupyter aren't working #551
Comments
@regr4 This looks like an IPython error to me, not a Coconut error. I would first try updating your IPython/Jupyter via |
I've upgraded some jupyter stuff, but it doesn't seem to have helped. I'll raise an issue on the ipython github page later. jupyter --version outputs this: |
Hey, I had the same problem as you do (and also macOS Catalina, Python 3.8 from brew). For me, the issue was resolved by downgrading coconut to 1.4.0 (with For record:
Thank you for making coconut! Tell me if there's anything I can do to fix this bug in newer versions. |
@xxdavid @regr4 I can't seem to replicate this error myself. Would either of you be able to provide more detailed instructions on how exactly you produced this error? What commands did you run, what was in your notebook/cell when you ran it, etc. Also, if you could check if this error still appears when you |
I have run |
The same for me. I have run |
I can confirm that this happens with coconut 1.43 on macOS 10.15.6 and Jupyter Lab 2.2.8 (
|
I just installed a fresh jupyter and ran into this. Looking at the error message, it seems that ipython's interactive shell is trying to call coconut's The argument is mentioned/described in the docs here: and the API change is mentioned here: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html#api-changes The reason downgrading to 1.4.0 is a 'workaround' is because |
@bj0 Thank you for finding that! I believe the issue should now be fixed on |
Removing the old version and reinstalling with your line made it work. |
@bj0 Great! Closing this issue as resolved. The fix will go out in the next release (and |
Hi, I was trying to get Coconut to work with jupyter and ipython, but when I try to run anything, I get the following error message:
This happens in Jupyter notebooks, in Jupyterlab and in the ipython repl.
What I've tried so far:
coconut
kernelscoconut
and installingcoconut-develop
my OS is macOS Catalina, 10.15.6. I have python 3.8 installed via homebrew.
Is this something that has happened to more people? Is there a fix already or is this a new bug?
Thanks for coconut though, it's a really cool language (and much less scary than something like Haskell (-; )
The text was updated successfully, but these errors were encountered: