Rambatino / R-Python-Notebook

Visualising python data in R in a notebook made easy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To run the notebook

  1. git clone https://github.com/Rambatino/R-Python-Notebook.git
  2. cd R-Python-Notebook
  3. Install Docker if you haven't already
  4. Make sure the docker server is running
  5. 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!

About

Visualising python data in R in a notebook made easy


Languages

Language:Jupyter Notebook 98.4%Language:Dockerfile 1.6%Language:R 0.0%