Skip to content

Instantly share code, notes, and snippets.

@damontallen
Last active August 29, 2015 14:18
Show Gist options
  • Save damontallen/73e6d3a5ce692c6d7b92 to your computer and use it in GitHub Desktop.
Save damontallen/73e6d3a5ce692c6d7b92 to your computer and use it in GitHub Desktop.
Using the Save, Load and Run magic commands in an IPython Notebook to demonstrate library development work flow.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# coding: utf-8
def fun():
"this is a function"
print("hello World")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment