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

When setting the 'jupyter-include-other-output' variable to True, and connecting to the same kernel from 2 emacs sessions at the same time, I was expecting input/output from either emacs client to...

When I start the jupyter repl for julia, I would work for a few minutes before outputting the error, and I wouldn't be able to run any new commands. The...

Hi, I have an issue with jupyter-R src block in org-mode file. ``` #+begin_src jupyter-R :session rrr :kernel R print("HelloWorld") #+end_src ``` throw: Symbol’s function definition is void: org-babel-execute:jupyter-R however...

I tried using emacs-jupyter with xeus-cling, specifically the c++17 kernel. The interaction was very slow. The response when using it in the browser is immediate. Is there something I can...

Hi, I'm trying to build widget support and failing. Here's what I do: I have node installed and go in the jupyter project folder and do `make widgets` and get...

Fist of all, hats down for making this package available to us all. I much prefer it to using ein for the simplicity it brings. I'm evaluating using it with...

Would that be possible? Or could we associate it with eval-in-repl C-enter command? Thanks.

Hi, sorry for my English :) When I try to upload a file with spaces in path, I get a Traceback: ``` OSError: File `'/very/long'` not found. During handling of...

eh, I use `emacs-jupyter` not very long what the usage of `jupyter-connect-repl`? I don't know what is the "file holding the connection" is that something "ipynb" edited in jupyter? I...

When plotting with Bokeh or Plot.ly a warning issued: `Warning (jupyter): :display-data did not return requested mimetype(s): (:text/org :image/svg+xml :image/jpeg :image/png :text/markdown :text/latex :text/plain)` I guess ob-jupyter does not support...