Repository URL to install this package:
|
Version:
0.2.0 ▾
|
/* Javascript for IPythonNotebookXBlock. */
function IPythonNotebookXBlock(runtime, element) {
$(function ($) {
/* Here's where you'd do things on page load. */
});
}