jupyter
jupyter copied to clipboard
An interface to communicate with Jupyter kernels.
Inline Jupyter code blocks, those of the form `src_jupyter-python[:exports results]{print("hi")}` do not work when being exported. The wrong number of arguments error is thrown, stating that it expects 3 arguments...
In the setup for jupyter repl mode, there is a call to remq on yank-excluded-properties. This assumes that yank-excluded-properties is a list. However, the variable yank-excluded-properties allows for the value...
Not quoting filenames causes the path to be misinterpreted if it contains spaces. Fixes issues #313 and #579 .
Hi, thanks for your awesome work! I use it daily :) I often have a situation where the connection to the remote kernel is cut for some reason or other,...
In org-mode, when I run `org-babel-execute-src-block`, emacs crashes. This is the message from `dmesg | grep emacs` ``` [ 3552.608878] emacs[78444]: segfault at 738ed0 ip 00007fe8fc9b4948 sp 00007fff2f8076c0 error 7...
A fancy way of starting a remote kernel is though , but it get emacs stuck in the latest release 30.1. I found the minimum code to reproduce it is...
Closes #535
Here's a simple reproducer: 1. Launch a REPL (`jupyter-run-repl`) 2. Type a multiline command into the REPL prompt, and run it e.g.: ``` x = 10 print(x) ``` 3. Navigate...
Aloha, Thank you for this awesome package. I have a feature request which I think would be nice, but peeking into the current functions I think is really tricky. I...
I'm not yet sure when this problem arose, but I can no longer have continuation lines if I have a `:dir` header set. This works: ```Org #+BEGIN_SRC jupyter-python :exports both...