Skip to content

Instantly share code, notes, and snippets.

@ganesh3
ganesh3 / Notebook with R Python Julia.md
Created November 15, 2018 08:51 — forked from fperez/README.md
Polyglot Data Science with IPython

Polyglot Data Science with IPython & friends

Author: Fernando Pérez.

A demonstration of how to use Python, Julia, Fortran and R cooperatively to analyze data, in the same process.

This is supported by the IPython kernel and a few extensions that take advantage of IPython's magic system to provide low-level integration between Python and other languages.

See the companion notebook for data preparation and setup.