jupyter
jupyter copied to clipboard
An interface to communicate with Jupyter kernels.
I get this warning with loading jupyter with emacs 29 .emacs.d/elpa/jupyter-20220419.1852/jupyter-server.elc: Warning: Unknown type: json-plist
I was trying to debug why I keep getting `Can't obtain kernelspecs from jupyter shell command`, and I think it has to do with a buggy interaction between how `jupyter`,...
With the workaround described in https://github.com/nnicandro/emacs-jupyter/issues/398 a remaining performance impact is noticed on inserting a new line in Org mode source blocks. From what I can see in `htop` at...
I'm trying to use `hvega` which outputs `vega-lite` plots. The output is a javascript block. However, when running the source block I get no output and a warning: `Warning (emacs):...
Is there any path to implement visual debugging?(i.e., avoid ipdb.set_trace()). It would be nice to be able to set a breakpoint, evaluate a region and have it stop at the...
I can run Haskell kernel successfully in Jupyter notebook. However, I cannot make it work in `emacs-jupyter`. The error is as follows: ``` jupyter-kernel-info: Kernel did not respond to kernel-info...
I'm trying to connect to my pc at work through out login node (as a jumphost). This the block config I'm using: ``` #+BEGIN_SRC jupyter-julia :kernel julia-1.2 :session /ssh:workpc:julia #...
In org-mode source blocks, when I insert a new line, completion immediately triggers and eagerly lists all symbols that are available as completion options. Usually this list is very large...
This feature request suggests/asks for a solution for #340. When plotting using the wolfram kernel, I can copy the returned html to the scratch buffer and then do `M-x shr-render-buffer/region`to...
Trying to move from ob-ipython to emacs-jupyter, I am having trouble getting it to run. My main environment that I wish to work from is Anaconda on a Linux machine....