R Notebook error “Cell magic `%%R` not found”

Solved!
UserBird
Dataiker
R Notebook error “Cell magic `%%R` not found”

In an R Notebook, I have the error “Cell magic `%%R` not found”. How can I resolve that?

1 Solution
jrouquie
Dataiker Alumni

It means that R is not yet configured in your DSS instance. The R installation needs to be done manually after installation (DSS can work without R, so we did not add R as a dependency).




  1. Install the R packages RJSONIO and HTTR in any R console.

  2. Install the Python package rpy2:

    DATA_DIR/bin/pip install rpy2




More information in the documentation: configure R.

View solution in original post

0 Kudos
2 Replies
jrouquie
Dataiker Alumni

It means that R is not yet configured in your DSS instance. The R installation needs to be done manually after installation (DSS can work without R, so we did not add R as a dependency).




  1. Install the R packages RJSONIO and HTTR in any R console.

  2. Install the Python package rpy2:

    DATA_DIR/bin/pip install rpy2




More information in the documentation: configure R.

0 Kudos
UserBird
Dataiker
Author
What if this happened with docker image ?
0 Kudos