In this notebook, I plot an interactive 2D map from a molecular dynamics trajectory in the IPython notebook in just a few lines of code. For this purpose, we will take advantage of the powerful package MMTK.
In [1]:
from __future__ import print_function, division
from MMTK import *
from MMTK.Trajectory ...