Daniel Gomez

Results 68 comments of Daniel Gomez

Hi all, have you guys figured out anything more about this issue? I'd be happy to run some tests if you guys have ideas.

Switched to `next` today. Will test for the next couple of weeks and report back then! First thing I noticed though is that it doesn't automatically call org-redisplay-inline-images after plotting,...

Everything seems to work fine locally, but I cannot connect to remote kernels with the `next` branch. My emacs hangs for a while on "Requesting kernel info", and then something...

Maybe someone wasn't properly cleaned? Did you remove all .elc and .eln files from the previous branch? I'd also try recompiling zmq

The remote connections seem to work now!! However, even though I can always get them to work, they occasionally fail upon connecting (the fix is simply to retry). I'd say...

Been using the next branch for the past couple of months. Very stable on Emacs master. Only minor issues that happen occasionally: 1. idle request times out when connecting to...

As an alternative solution, one may wish to try this instead: ```elisp (use-package tree-sitter-langs :demand t :after tree-sitter :straight (tree-sitter-langs :host github :repo "ubolonton/emacs-tree-sitter" :files ("langs/*.el" "langs/queries")) :hook ((c++-mode python-mode...

Thank you, nice investigation and very clear explanation on the thread. Also clarifies why I too sometimes see slowdowns after a using the REPL for a while. I thought it...

Would widgets be a solution? https://github.com/nnicandro/emacs-jupyter#building-the-widget-support-experimental https://plotly.com/python/figurewidget/

Yes, this is the [widget.html](https://github.com/nnicandro/emacs-jupyter/blob/master/widget.html). The widgetManager where the widget is supposed to show up is placed under `document.getElementById("widget"))`, which is a div created by [index.js](https://github.com/nnicandro/emacs-jupyter/blob/master/js/index.js). I don't really know...