Skip to content
This repository has been archived by the owner on Sep 28, 2018. It is now read-only.

Commit

Permalink
add blank 'Samples' Jupyter notebook
Browse files Browse the repository at this point in the history
Add a blank 'Samples' Jupyter notebook to the 'samples'
directory to contain do-it-yourself Python projects for
workshop participants.

Closes #10
  • Loading branch information
motorcityadam committed Mar 5, 2018
1 parent c88eb3b commit 3eb430b
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions samples/Samples.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.3"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit 3eb430b

Please sign in to comment.