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

# Description According to the docs, I started a kernel on my remote server with ```bash jupyter kernel --kernel=py ``` and configured authentication with ssh-keygen and add the .pem files...

Hi, I'm trying to use `jupyter-connect-repl` to connect my ipynb file to a kernel that is inside a docker container in the same machine where the file is located. The...

Might be useful for `emacs-jupyter` users to know that Pandoc now handles exports from `.org` to `.ipynb` format pretty well. [See changelog of Pandoc 2.19.2](https://github.com/jgm/pandoc/releases). Also, Pandoc has a nice...

The value of `yank-excluded-properties' can be t, in which case it is not possible to `remq' 'field, causing an error. This fix will allow the mode to start, but does...

I'm using doom-emacs (29.1 ) on mac. Recently, I want to upgrade to the newest version of `emacs-jupyter` ([0a92c0c](https://github.com/emacs-jupyter/jupyter/commit/0a92c0c978ab12bd31a50a7e8b1295f5d1767e20)) from the version before merging the `next` branch. However, executing `jupyter-execute-repl`...

I didn't have a better title for the issue, my apologies for that. I am encountering a problem when attempting to run any kernel (Julia, Sage, Python tested) for the...

I was getting really annoyed with all the `org-element-cache` warnings using ob-jupyter with julia which are described in #486 so I tried to figure out what was causing them. I'm...

MWE on my system: ```julia #+begin_src jupyter-julia :session foo @info "hi" #+end_src #+RESULTS: : [ Info: hi ``` After doing this, the `*Warnings*` buffer pops open and says: ``` ⛔...

On certain configurations, `juypter kernelspec list` has a header with irrelevant information. This causes an error when parsing JSON output and can simply be ignored. Example header: ``` 0.00s -...

I have tried: ``` #+begin_src jupyter-python :kernel py_base :session emacs_py_1 :async yes :exports both :results raw :wrap "src markdown" print("iced") #+end_src #+RESULTS: :RESULTS: #+begin_src markdown #+end_src : iced :END: ```...