Adds and runs a default cell at the top of each new notebook. To change the default cell, edit the main.js file in the code:
Jupyter.notebook.insert_cell_above('code', 0).set_text(``)
Set the text to whatever you would like.
This extension also adds a button to the toolbar allowing you to insert and run the