jupyter
jupyter copied to clipboard
jupyter-R src block
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
same issue with lua and sagemath blocks no syntax highlighting