Skip to content

Visualising python data in R in a notebook made easy

Notifications You must be signed in to change notification settings

Rambatino/R-Python-Notebook

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published