Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ipython-xblock / static / js / src / ipython.js
Size: Mime:
/* Javascript for IPythonNotebookXBlock. */
function IPythonNotebookXBlock(runtime, element) {
    $(function ($) {
        /* Here's where you'd do things on page load. */
    });
}