Skip to content

Instantly share code, notes, and snippets.

@discdiver
Created February 21, 2019 22:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save discdiver/8d4fecd04c417bf0698c2b9386443be2 to your computer and use it in GitHub Desktop.
Save discdiver/8d4fecd04c417bf0698c2b9386443be2 to your computer and use it in GitHub Desktop.
Example primary file from Python packaging guide
def convert(my_name):
"""
Print a line about converting a notebook.
Args:
my_name (str): person's name
Returns:
None
"""
print(f"I'll convert a notebook for you some day, {my_name}.")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment