klotz: browser*

Bookmarks on this page are managed by an admin user.

0 bookmark(s) - Sort by: Date ↑ / Title / - Bookmarks from other users for this tag

  1. 2016-03-15 Tags: , , by klotz
  2. javascript
    var cell = IPython.notebook.select_next().get_selected_cell()
    // Crap as hell but insane anyway http://stackoverflow.com/questions/901115/how-can-i-get-query-string-values-in-javascript
    console.log("start");
    function getParameterByName(name) {
    var param = decodeURIComponent(window.location.hash.substring(window.location.hash.indexOf("param=")+"param=".length))
    var json = JSON.parse(param)
    return json name »
    }
    var v = getParameterByName("ok");
    cell.set_text('val 'name' +" = "'+v+'"')
    IPython.notebook.execute_cell()
    2016-11-11 Tags: , , , by klotz
  3. 2017-07-27 Tags: , , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: Tags: browser

About - Propulsed by SemanticScuttle