Skip to content

Commit

Permalink
Update test.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
ahughesuol committed Sep 3, 2024
1 parent 128a3f9 commit 636d23f
Showing 1 changed file with 7 additions and 28 deletions.
35 changes: 7 additions & 28 deletions CMP9065 Data Programming in Python/test.ipynb
Original file line number Diff line number Diff line change
@@ -1,40 +1,19 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"import seaborn"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"import pandas"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
"import sklearn\n",
"import skimage\n",
"import seaborn\n",
"import matplotlib\n",
"import numpy\n",
"import pandas\n",
"import scipy"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
"import sklearn"
]
}
],
"metadata": {
Expand All @@ -53,7 +32,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.4"
"version": "3.12.5"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 636d23f

Please sign in to comment.