jupyter
jupyter copied to clipboard
An interface to communicate with Jupyter kernels.
https://github.com/emacs-jupyter/jupyter/blob/b279c90295ed7ef89832d655cf8d9077233f1098/jupyter-mime.el#L425 These are a user customisable settings. I know that they are not now fully implemented in `org-process-latex` but that should change soon.
In VScode there's a running timer on the currently running cell, and a checkmark once its done. This is super helpful for long-running tasks. Is there an equivalent? Is it...
When I start a new kernel it's often in a working folder or directory from a previous run. For example, given, ``` #+BEGIN_SRC bash :exports both :results verbatim pwd #+END_SRC...
Hi there. I had the following happening and wanted to know if it's a bug or it's more a misuse of the package on my end. I have an org...
I'm running jupyter notebooks on a server using emacs-jupyter, connecting to remote kernels using connection files. When I use C-c C-r to restart the kernel, the kernel does not restart...
Though enough for using, hydra is unmaintained for a long time. I have a version for `jupyter-org-hydra/body` with transient, which should be suitable when user want to add / custom...
Hi all. First thanks a lot for the effort in developing this amazing tool. I've been recently in the situation of running some code on a remote python session using...
I've been struggling with issues similar to #527 and #471 on two different devices. I did a little digging and noticed that after I tried (and failed) to start a...
Hi! when trying to run a jupyter-REPL for the first time, emacs hung for a bit, and then I got the following error. I have no idea how to proceed,...
Thanks for the package! It strikes me that `emacs-jupyter` seems relatively unknown in the wider emacs/python communities, despite providing the best interactive python workflow of any editor that I have...