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

Packages that provide integration with org-babel are customarily prefixed with `ob-`. https://melpa.org/#/?q=ob- In fact, I didn't realize there was an org integration in this package. Please divide the package so...

help wanted

I want to call a `jupyter-python` source block using `org-sbe`. The source block itself gives a normal output, I can also use `CALL`, but using `org-sbe`, which I want to...

help wanted
org

``` #+begin_src jupyter-python n = 0 n #+end_src #+results: : 0 ``` Prepending a single result is fine. ``` #+begin_src jupyter-python :results prepend n = n + 1 n #+end_src...

help wanted

Hi, I am trying to use this on windows. I was able to install the package from Melpa. When I run a block though it seems to be trying to...

help wanted

Hi, I have worked out how to run a remote kernel at NERSC via ssh. First, I run `ssh jkitchin@nersc "jupyter kernel --kernel=myenv"` which creates a kernel, and then I...

help wanted

Both prebuild zmq dependency or locally built during installation in emacs causes emacs to crash during installation process of emacs-jupyter. Only trace of seg. fault is in dmesg: `emacs[19120]: segfault...

help wanted

Hey there! Great work and its been a pleasure using it :) When running a Julia kernel together with the [Revise.jl](https://github.com/timholy/Revise.jl) package the kernel gets unresponsive upon the first hook...

help wanted

Hello and thanks for this great package. I use ipython and its ability of searching through command history. I see that this can be possible inside a REPL buffer. But,...

help wanted

All of my commonly used julia latex completions work in the jupyter repl and org `jupyter-julia` blocks except the `\bb___` family, i.e. `\bbone` (𝟙). This does work for me in...

help wanted

I'm running GNU Emacs 26.3 with spacemacs and the latest MELPA version of this package. How do I shutdown a kernel? The command `jupyter-shutdown-kernel` is not found when I search...

help wanted