jupyter
jupyter copied to clipboard
An interface to communicate with Jupyter kernels.
After debugging previously, the current version was stable on my computer until I updated both to Catalina and the new version of emacs-jupyter. The error I get when I try...
When I run the `jupyter-eval-buffer` function, I get the error message: ``` error in process filter: Error in ZMQ subprocess: invalid-read-syntax, ("#") ``` This error appears when there are indents...
Hi, I have an issue when debugging in emacs jupyter. I often use the REPL to display inline images, and this causes problems with scrolling in the REPL when debugging...
I have Python 3 installed using `venv` but when I attempt to run a `jupyter-python` code block on Org mode I see ``` Starting python3 kernel process... ``` Which is...
Julia allows unicode characters in variables names, like `u₀`. If I enter or paste these into a Jupyter REPL, my Emacs hangs at 100% CPU and I have to kill...
I keep being bitten by Emacs' inability to gracefully handle long lines whenever something is outputted from a jupyter babel src block on a single line with something like over...
I'm running a fresh emacs-jupyter install on Pop!OS 20.04 and fish (not sure if it helps). After chunk evaluate, for example: ``` #+BEGIN_SRC jupyter-python :session py :assync t :tangle setup.py...
Hello, I am facing a problem a little bit similar to #157 but with different premisses. I have this org-mode file with the results embedded: ```org * Import #+BEGIN_SRC jupyter-python...
I cannot interrupt remote kernels. When interrupting a busy kernel, I do get `Interrupting kernel`, but the interrupt never terminates. If I try to send any command after the signal,...
See #56 for more context. As @dzop requested, here's some additional debugging output. In an org-mode buffer I ran `eval-expression` and ran: ```elisp (with-temp-buffer (org-mode) (insert ": �[31mhello�[39m") (font-lock-ensure) (text-properties-at...