Skip to content

Commit

Permalink
Add first data science notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
dwall17 committed Aug 1, 2022
1 parent 13ad9b4 commit e86a156
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions notebooks/nb1.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "ab541bbf-3e63-4f6e-84b6-1a0e1a99c0b0",
"metadata": {},
"outputs": [],
"source": [
"# This is your first data science notebook"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"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.10.0"
}
},
"nbformat": 4,
"nbformat_minor": 5
}

0 comments on commit e86a156

Please sign in to comment.