moble / jupyter_boilerplate

Adds a customizable menu item to Jupyter (IPython) notebooks to insert boilerplate snippets of code
MIT License
70 stars 15 forks source link

Allow onclick to accept arbitrary JavaScript #7

Open moble opened 9 years ago

moble commented 9 years ago

The main thing stopping this from being a pretty general menuing extension is the inability to accept general JavaScript for onclick instead of snippets.

While I'm at it, I might as well add an option to accept simple text items for typesetting -- for example, to explain that CODATA returns are val,unit,uncert.

ian-contiamo commented 8 years ago

Agree entirely (about the JS part). We might develop the feature ourselves and contribute back if you're interested. Great project by the way!

moble commented 8 years ago

Thanks! I hadn't paid any attention to this project in a while because I didn't know anyone but me was using it. Maybe this will spur me to polish it up a bit more.