Interacting with an ActivePaper via the notebook Fri 06 November 2015 It is now possible to explore a ActivePaper via Jupyter or IPython notebook. I will explore the ActivePaper I created in the previous post. You can also find another example on a plublished ActivePaper here. Imports¶ In [2]: %matplotlib notebook from activepapers.exploration import ActivePaper import matplotlib.pyplot as plt ...