jupyter
jupyter copied to clipboard
An interface to communicate with Jupyter kernels.
Hi all, I just did a `doom upgrade` and I've stopped being able to use jupyter-python in org mode. The error that I get is ``` org-babel-execute-src-block: No org-babel-execute function...
Here's a simple reproducer: 1. Copy any text to the clipboard (i.e., select the text and run `kill-ring-save`) 2. Open an emacs-jupyter REPL (e.g., `jupyter-run-repl`) 3. Copy any text in...
This is on linux 6.6.1-1-default , with emacs 29.1, and native compilation disabled for jupyter and zmq executing `jupyetr-run-repl` I get the following errors: Debugger entered--Lisp error: (cl-assertion-failed ((jupyter-alive-p kernel)...
In some scenarios (does not happen often) the executing a src block erases the appended commend of the org-mode file. The result is that everything at least until the next...
Hello, I don't know whether this is already possible or if it is a feature request. I am using overlays to display the results inline in code-cells. I can toggle...
Hi, sometimes when using the jupyter REPL I lose connection to my remote server and I am thus forced to restart the kernel. I was wondering whether it'd be possible...
Not sure about the right etiquette, but I wanted to ask here as well.. in case this issue was brought up earlier: https://emacs.stackexchange.com/questions/79093/emacs-jupyter-gives-invalid-read-syntax-error-in-org-mode
I've set `(setq jupyter-use-zmq nil)`. When running an src block the kernel on first run is nearly always unresponsive with this error in `Messages` (shortened, let me know if the...
After M-x `jupyter-run-repl` I receive this error: `byte-code: Module could not be opened: "/home/jumper/.emacs.d/elpa/zmq-20230608.1856/emacs-zmq.so", "/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /home/jumper/.emacs.d/elpa/zmq-20230608.1856/emacs-zmq.so)"` Distro: Ubuntu 20.04 Package versioin: 20231020.1901
I am using [org-transclusion](https://github.com/nobiot/org-transclusion/issues/204) to share noweb cells between different files. It works, but the transcluded content is read-only, and this triggers the following error: ``` Error running timer ‘jupyter-event-handler’:...