Skip to content

Latest commit

 

History

History
15 lines (5 loc) · 840 Bytes

BLOG.md

File metadata and controls

15 lines (5 loc) · 840 Bytes

Deploying an ipython ipyparallel mesos deployment

The Analytics Services team here at Activision are heavy users of mesos and marathon to deploy and mangage services on our clusters. We are also huge fans of python and the jupyter project. The jupyter project recently reogorganized from IPython, in a move refered to as "the split". One part that was orginally part of IPython (IPython.parallel) that was split off into a seperate project is ipyparallel. This powerful component of the IPython ecosystem is generally overlooked.

In the post we will cover an introduction to ipyparallel and introduce a new way to deploy an ipython cluster on mesos.

Introduction to ipyparallel

to help