You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@drill.apache.org by John Omernik <jo...@omernik.com> on 2018/08/27 13:15:11 UTC

Python Module for using Apache Drill with Jupyter Notebooks

Hey all,

I know this is shameless self promotion, however, I am proud of this little
module I wrote that allows you to access Apache Drill via Magic Functions
in Jupyter Notebooks and Jupyter Lab.


It's a neat tool that gives quite a bit of flexibility in it's approach. I
wrote a blog on why/how and I wrote one on how to install/use it.  Please
feel free contribute ideas/bugs to the git hub!


Why/How:
https://mapr.com/blog/mining-the-data-universe/


Install:
https://mapr.com/blog/drilling-jupyter/


Git Repo:

https://github.com/JohnOmernik/jupyter_drill

John