jupyter
jupyter copied to clipboard
An interface to communicate with Jupyter kernels.
When I close a buffer that has an ongoing async block, I get a lot of these errors: ``` Jupyter: I/O subscriber error: (wrong-type-argument stringp nil) [82 times] ``` I...
How do I reconnect a kernel whose websocket has been closed without restarting emacs? ```org #+begin_src jupyter-python :kernel py_base :session /jpy:127.0.0.1#6035:orgk1/ :async yes :exports both ``` ``` if: Cannot send...
Hi I am trying to set up jupyter for my emacs Since i am in an farm box i am using poetry to create python virtual environment. I am using...
Hi, I'm on doom emacs, with `(org +jupyter)` flag on, and the following jupyter configuration: ``` ;; jupyter (use-package jupyter :demand t :after (:all org python ob-jupyter ob-python) :config (org-babel-jupyter-override-src-block...
```elisp (defun jupyter-tramp-read-passwd (filename &optional prompt) "Read a password based off of FILENAME's TRAMP filename components. Use PROMPT to prompt the user for the password if needed, PROMPT defaults to...
When I try to plot using matplotlib using org source block as follows: ``` #+begin_src jupyter-python :file tangle/tmp.png import matplotlib.pyplot as plt \\ some code here \\ ... plt.show() #+end_src...
## Problem I was trying out emacs-jupyter to connect to [Paperspace Gradient](https://www.paperspace.com) using their token authenticated [remote kernel](https://docs.digitalocean.com/products/paperspace/notebooks/how-to/connect-remote-kernel/). I noticed that some code executions didn't output anything (e.g. `.describe()`). ##...
Hi! Sometimes it's useful to close a kernel connection without shutting it down (e.g. when connected to a server and it is associated to a notebook). Right now when trying...
Thanks for the awesome package! I am a heavy user of emacs-jupyter REPLs. I occasionally find that I want to navigate the output history using isearch, however the function `(jupyter-repl-isearch-setup)`,...
When using python code. Using both emacs 30.1 and 29.1 on macos or linux. Makes writing even small pieces of code frustrating now in python... If revert to ob-python, all...