-
Notifications
You must be signed in to change notification settings - Fork 122
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
Kernel hangs with cufflinks #438
Comments
I'm able to replicate the issue with the following:
|
Cufflinks is something of a wrapper around pandas and plotly. Plotly displays its graphs in the browser-based jupyter client using javascript, something which Emacs just simply does not grok. Something like skewer might work, but I just haven't had the time this past year to look much into implementing this support. I think a user did have some partial success - you might want to look at issue #65. |
Will only think about this if webkit integrates with emacs (unlikely). |
-- If we have above imports and try to execute cell - the kernel and the whole emacs hangs. Only way to get out is to restart/kill emacs.
Let me know if we need more details. Doing above on Jupyter/browser does not hand anything and works smoothly.
Best,
Ratnesh
The text was updated successfully, but these errors were encountered: