git clone https://github.com/Rambatino/R-Python-Notebook.git
cd R-Python-Notebook
- Install Docker if you haven't already
- Make sure the docker server is running
docker build -t notebook . && docker run -it -p 12345:12345 -v "$PWD":/usr/src/app notebook
Then you should see the output:
Copy/paste this URL into your browser when you connect for the first time,
to login with a token:
http://0.0.0.0:12345/?token=28ec714f87f31f0aa2898772666163682db90266524610c2
So click that link and you're in!