Skip to content

Instantly share code, notes, and snippets.

@nathangeology
Created June 7, 2020 22:25
Show Gist options
  • Save nathangeology/021717807c0a2c3ee1ea7cd41121ebd1 to your computer and use it in GitHub Desktop.
Save nathangeology/021717807c0a2c3ee1ea7cd41121ebd1 to your computer and use it in GitHub Desktop.

Revisions

  1. nathangeology created this gist Jun 7, 2020.
    7 changes: 7 additions & 0 deletions test_bokeh.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    function myModule() {
    function say_hi(){
    console.log('Hi!')
    }
    }

    module.exports = myModule