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

In long org-files with much code, there may be quite a few blocks that need to run, but don't contain results. For better flow when reading, I want to remove...

Hi, Displaying `Frames` from the [`static-frame`](https://github.com/InvestmentSystems/static-frame) package (roughly "immutable pandas frames") misbehaves in the `emacs-jupyter` repl. All lines are printed instead of a subset of the lines. This doesn't matter...

Thanks for your work on this package. Is it possible to capture results from each statement/line in the source block? For instance, the below returns `: world` currently, but can...

Hello all, I have been working for a long time now on streamlining the way in which a kernel communicates with a client in order to simplify that communication from...

I know there are already several other open and closed issues and an open PR around issues with ANSI color sequences. I'm opening this one since I suspect this is...

In some situations, `jupyter kernelspec list --json` produces stderr warnings like ``` [ListKernelSpecs] WARNING | Native kernel (python3) is not available ``` which leads to a JSON parsing error This...

From , named source blocks don't appear to work properly when passing results of one source block to another. ``` #+NAME: jp #+begin_src jupyter-python :session test :async no a =...

I just tested the `:async yes` header, and noticed that the output format becomes irregular. For example, here's a code block to show what I mean (the formatting is nice...

bug
help wanted

I recently re-installed `emacs-jupyter`, and now whenever I am trying to run a `jupyter-python` source block in Org-mode I am getting the following error: ``` error in process filter: zmq--subprocess-filter:...

I've been using emacs-jupyter for about a month now. Recently (like in the last week or so) emacs has started hanging when I execute "jupyter-org-restart-kernel-execute-buffer". It seems to be related...