jupyter icon indicating copy to clipboard operation
jupyter copied to clipboard

jupyter-R src block

Open vincek59 opened this issue 4 years ago • 1 comments

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

#+begin_src jupyter :session rrr :kernel R
 print("HelloWorld")
#+end_src

works without syntax highlighting.

jupyter-python , jupyter-sage, jupyter-julia blocks works perfectly.

Thanks for this package.

Vincek

vincek59 avatar Apr 12 '21 09:04 vincek59

same issue with lua and sagemath blocks no syntax highlighting

Aneeqasif avatar Jan 16 '24 21:01 Aneeqasif