I would like to setup a Jupyter notebook with a R kernel in Linux (preferably Ubuntu, but I should probably be able to handle Debian). It will run on a remote server, and preferably in a Docker container, even if I may be able to make some preliminary experiments locally.
Can you point me to any useful resources? What should I install first of all? I guess I should use apt-get
to install Python, R and Pip first of all. Then, pip install jupyter
to install Jupyter. But after that, what else do I need to install in order for Jupyter to run a R kernel, instead than a Python one?