-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
Can't Run Jupyter (aka IPython) with Coconut #97
Comments
I have an idea as to what the problem may be. Does anything different happen if you try to run the commands as root? Try:
|
Nope, nothing changed, the same output on both commands. |
I'm getting the same behavior (sudo & otherwise) on my macbook running 10.11 with Python 3.5 anaconda distribution. |
I was able to identify the problem, and it has been fixed on develop. I will try to release a patch with this fix in it some time this week. |
@evhub I've tried running coconut develop in Jupyter, and here's the error I get:
It seems like Python path is hardcoded. On Mac, the default Python is 2.7, I have both Jupyter and coconut installed for Python 3 ( The same error is raised when I run |
@moigagoo That's strange--the Python path definitely shouldn't be hardcoded. Can you try running |
I think I figured out the problem you were having the second time, also. Should be really actually fixed on develop now. |
@evhub Great job! Thanks! |
@moigagoo @fredcallaway Released in v1.1.0! |
Running Jupyter with coconut fails:
Running
coconut --jupyter notebook
produces the same output.Adding the kernel seems to work:
However, coconut is still not available as an option for new notebooks in Jupyter (note that another alternative kernel—xonsh—does work, so it's not a Jupyter issue): https://monosnap.com/file/FYsMPbAPYHHjdYXCzX0Iy14ZWNcRiY
Output of
python3 -m coconut.icoconut
:I'm on Mac OS El Capitan, using Python 3.5.1 and the latest versions of coconut and Jupyter installed for it. Note that on Mac
python
command calls the default Python 2.7; Python 3 is available bypython3
.The text was updated successfully, but these errors were encountered: