Skip to content

Instantly share code, notes, and snippets.

@nfaggian
Last active August 29, 2015 14:00
Show Gist options
  • Save nfaggian/11395643 to your computer and use it in GitHub Desktop.
Save nfaggian/11395643 to your computer and use it in GitHub Desktop.
extension_hello_world.py
"""
Test the template from the IPython docs.
"""
def load_ipython_extension(ipython):
ipython.write('hello world')
def unload_ipython_extension(ipython):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment