diff --git a/examples/user_guide/13-Custom_Interactivity.ipynb b/examples/user_guide/13-Custom_Interactivity.ipynb index 6b3bf2869b..b4be1c3f11 100644 --- a/examples/user_guide/13-Custom_Interactivity.ipynb +++ b/examples/user_guide/13-Custom_Interactivity.ipynb @@ -88,15 +88,6 @@ "print(pointer.source)" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "```\n", - "None\n", - "```" - ] - }, { "cell_type": "markdown", "metadata": {}, @@ -113,15 +104,6 @@ "print('The %s stream has contents %r' % (pointer, pointer.contents))" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "```\n", - "The PointerXY(x=None,y=None) stream has contents {'y': None, 'x': None}\n", - "```" - ] - }, { "cell_type": "markdown", "metadata": {}, @@ -146,15 +128,6 @@ "print(pointer.source is pointer_dmap)" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "```\n", - "True\n", - "```" - ] - }, { "cell_type": "markdown", "metadata": {}, @@ -171,13 +144,6 @@ "pointer_dmap.opts(size=10)" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
" - ] - }, { "cell_type": "markdown", "metadata": {}, @@ -194,15 +160,6 @@ "pointer.contents" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "```\n", - "{'x': 0.40575409375411886, 'y': 0.6441381051588625}\n", - "```" - ] - }, { "cell_type": "markdown", "metadata": {}, @@ -241,13 +198,6 @@ " opts.VLine(color='red'))" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
" - ] - }, { "cell_type": "markdown", "metadata": {}, @@ -295,13 +245,6 @@ "img + pointer_dmap.opts(size=10)" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
" - ] - }, { "cell_type": "markdown", "metadata": {}, @@ -323,13 +266,6 @@ "(x_sample + y_sample).opts(opts.Curve(framewise=True))" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
" - ] - }, { "cell_type": "markdown", "metadata": {}, @@ -379,13 +315,6 @@ "cross_dmap + cross_dmap.clone(link_inputs=False)" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
" - ] - }, { "cell_type": "markdown", "metadata": {}, @@ -467,13 +396,6 @@ "taps_dmap.opts(color='Taps', cmap={1: 'red', 2: 'gray'}, size=10, tools=['hover'])" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
" - ] - }, { "cell_type": "markdown", "metadata": {}, @@ -489,20 +411,6 @@ "source": [ "taps" ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "```\n", - "[(0.4395821339578692, 0.6807756323806448, 1),\n", - " (0.3583948374688684, 0.6073731430597871, 2),\n", - " (0.7327584823903722, 0.48095774478497655, 1),\n", - " (0.20053064985136673, 0.17103612320802172, 1),\n", - " (0.8590498324843735, 0.7337885413345976, 1),\n", - " (0.3358428106663682, 0.358620262583547, 2)]\n", - "```" - ] } ], "metadata": {