I started working on the docker page, I opened my browser and installed data science docker image from one of the websites.
So this is entire docker file looks like:
FROM jupyter/datascience-notebook:45b8529a6bfc
USER $NB_UID
I opened my Jupiter notebook with my R kernel it works pretty well. But when it try using %% R cell magic with my ipython notebooks it's throwing me an error as shown below:
%%R
3+4
UsageError: Cell magic `%%R` not found.
I tried searching on the web, but I could not find anything related.