gregsexton / gregsexton/ob-ipython

README shows two ways to use different kernel

Open
#170 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Emacs Lisp
Stars
742
Forks
107
PR merge metrics
No merged PRs in 30d

Description

The README says:

> If you wish to use a specific Jupyter kernel, you may pass the kernel option. This enables you to use ob-ipython with languages other than Python. You need to have the Jupyter kernel installed and working before you can use this.

> When mixing code from different languages you will need to make use of the session argument.

> #+BEGIN_SRC ipython :session :kernel clojure
> (+ 1 2)
> #+END_SRC

But then right below that also says:

> If you have other kernels installed, you should be able to evaluate blocks by providing jupyter-X as the language, where X is the language name recognised by jupyter. For example, you can do something like this:

> #+BEGIN_SRC jupyter-R :results raw drawer
> x <- 3
> x
> #+END_SRC

Which of these methods is the preferred way to use a non-python kernel?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.