David Vegh commited on
Commit
69cfba9
1 Parent(s): 9ff2bf7

fix code display

Browse files
Files changed (1) hide show
  1. ipyvizzustory_demo.ipynb +1 -1
ipyvizzustory_demo.ipynb CHANGED
@@ -136,7 +136,7 @@
136
  "if \"animation\" in selected:\n",
137
  " story.play()\n",
138
  "if \"code\" in selected:\n",
139
- " display_html(HTML(html))"
140
  ]
141
  }
142
  ],
 
136
  "if \"animation\" in selected:\n",
137
  " story.play()\n",
138
  "if \"code\" in selected:\n",
139
+ " display_html(html)"
140
  ]
141
  }
142
  ],