jupyter icon indicating copy to clipboard operation
jupyter copied to clipboard

An interface to communicate with Jupyter kernels.

Results 212 jupyter issues
Sort by recently updated
recently updated
newest added

Add a customizable variable that controls whether we want to override the default isearch behavior when creating a new REPL buffer. Closes #553

With latest org-mode 9.7.*, type (anywhere in the buffer, not only in a org-babel block) M-x and you get the following: ⛔ Warning (org-element): ‘org-element-at-point’ cannot be used in non-Org...

Hi, I'm sorry if this has been asked before, but I can't seem to find anyone else who has mentioned this. Is it possible to put images or outputs of...

I've found `jupyter-repl-cell-post-send-hook` for the begining of evaluation, and `jupyter-add-hook`, but I'm not sure if that runs when I think it does, nor what values CLIENT will accept.. Thanks!

Hello everyone, I hope someone can help me. I am trying to work in emacs-jupyter with REPL-client. If I run `M-x jupyter-run-repl` I can select one of the installed kernels...

I want to try out the experimental widgets support. My hope is that I will be able to use python `pyviz` (namely `panel` with `ipywidgets`) in a docker/ssh environment where...

I wanted to share this issue I recently found. Not sure this has been discussed already. Here a simple example of code that generate an error: ``` #+begin_src jupyter-python class...

Specifically I encounter this problem when using a remote kernel like so: `:session /jpy:localhost#8888:name`. After shutting down the kernel, or trying to connect to a new one, and sometimes even...

I have been using emacs-jupyter in org-mode for a long time, but sometime in the last week it stopped working, I suspect after updating MacOS to Sequoia, although it works...

Thank you for the package! I am using emacs jupyter with undo-fu mode, I found that after running a code block generating images will make the emacs save file really...