jupyter
jupyter copied to clipboard
An interface to communicate with Jupyter kernels.
Setup : - `This is GNU Emacs 28.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.37, cairo version 1.16.0) of 2023-03-14, modified by Debian` - from `packages-list-package` : `jupyter 20230214.215` (installed from...
I initially reported my problem in #223, but this was probably wrong : the issue has slightly different symptoms. I stumbled on #229, which led me to [this stale branch](https://github.com/nnicandro/emacs-jupyter/tree/wolfram)...
```org #+begin_src jupyter-python :kernel py_base :session /jpy:127.0.0.1#6035:orgk1/ :async yes :exports both import numpy as np import matplotlib.pyplot as plt # Generate random color images num_images = 4 image_shape = (1000,...
emacs-jupyter can output corrupt text into the buffer which can crash other packages. E.g., ``` #+begin_src jupyter-python :kernel py_base :session /jpy:127.0.0.1#6035:orgk1/ :async yes :exports both from datasets import load_dataset #:...
When trying to connect to kernels on remote notebook servers, I always get `zmq-subprocess-error void-function`. The server is in a docker container, on an EC2 instance. `emacs-jupyter` works fantastic with...
I have some cells that take a long time to finish and produce lots of plots during that time. I like the added plots to be displayed immediately in org-mode;...
When using emacs jupyter with a `jupyter-julia` session and either the org-babel or the repl interface, unicode output send by jupyter is not correctly displayed in emacs. Instead of the...
This is when running either master branch or next. I made a little screencast to show it in action. It's a little blurry but I think it should be clear...
I have a kernelspec that contains ``` { "display_name": "Julia 1.8.5", "argv": [ "/nix/store/jx7893hmfvy3blydwaskd6b101bj2y58-julia-env/bin/julia", "-i", "--color=yes", "/nix/store/ls1bd6gi1jjiqvbsc5dpiy10pgpyqz70-julia-bin-1.8.5-IJulia-1.24.0/share/julia/packages/IJulia/src/kernel.jl", "{connection_file}" ], "language": "julia", "env": { "PATH": "${PATH}:/nix/store/vwpvhm391n2bqw1pg50f2rw43hhi6zmv-texlive-combined-2021/bin:/nix/store/ysr5xsylz2mianwzv8dln6i5m26yy700-pdf2svg-0.2.3/bin", "JULIA_NUM_THREADS": "auto" }, "interrupt_mode": "signal"...
I'm getting this error as #22. None of the solutions suggested worked for me. I've also tried the suggestion in https://github.com/nnicandro/emacs-zmq/issues/33, but to no avail. I am on macOS Ventura...