//---------------------------------------------------------------------------- // Copyright (C) 2012 The IPython Development Team // // Distributed under the terms of the BSD License. The full license is in // the file COPYING, distributed as part of this software. //---------------------------------------------------------------------------- //============================================================================ // MetaUI Example //============================================================================ /** * Example Use for the MetaUI library * add the following to your custom.js to load * metadata UI for slideshow * * ``` * $.getScript('/static/js/examples/metaui.example.js'); * ``` */ // IIFE without asignement, we don't modifiy the IPython namespace (function (IPython) { "use strict"; var MetaUI = IPython.MetaUI; var raw_edit = function(cell){ var md = cell.metadata var textarea = $('