{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "
"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Unlike a ``HoloMap`` which is limited by the static number of items in the supplied dictionary (which must all exist in memory at once), this ``DynamicMap`` lets you pick any phase or frequency within the supplied range.\n",
"\n",
"Although ``DynamicMap`` is designed as the dynamic counterpart of [``HoloMap``](./HoloMap.ipynb), the fact that it accepts a code specification as opposed to data opens up a large set of new possibilities. The [Live Data](../../../user_guide/07-Live_Data.ipynb) user guide is dedicated to exploring what can be done with ``DynamicMap``."
]
}
],
"metadata": {
"language_info": {
"name": "python",
"pygments_lexer": "ipython3"
}
},
"nbformat": 4,
"nbformat_minor": 2
}