Elliott Gordon-Rodriguez
Elliott Gordon-Rodriguez
As mentioned by @matteha in the issue #280, this is due to the use of `string-trim` in the function `jupyter-repl-execute-cell`, specifically the line: ` (let ((code (string-trim (jupyter-repl-cell-code))))` By default,...
I'm having the same issue. Did anyone find a workaround here?
I believe this is actually a bug with emacs itself, and I have filed a bug report with the maintainers. However, it would still be nice to have the option...
It seems to me like this is a bug in doom itself, but I might be wrong. If doom ends up migrating its defaults from lsp-mode to eglot then this...
Thank you @hlissner!