Skip to content

Commit

Permalink
Auto-commit: Tue Nov 7 16:19:27 CST 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
jnaiman committed Nov 7, 2023
1 parent f5eccdf commit 4a5b6d7
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions week12/inClass_week12.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,22 @@
"execution_count": null,
"id": "31be16c7",
"metadata": {},
"outputs": [],
"source": []
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Intel MKL WARNING: Support of Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2) enabled only processors has been deprecated. Intel oneAPI Math Kernel Library 2025.0 will require Intel(R) Advanced Vector Extensions (Intel(R) AVX) instructions.\n",
"Intel MKL WARNING: Support of Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2) enabled only processors has been deprecated. Intel oneAPI Math Kernel Library 2025.0 will require Intel(R) Advanced Vector Extensions (Intel(R) AVX) instructions.\n"
]
}
],
"source": [
"import pandas as pd\n",
"import numpy as np\n",
"import altair as alt\n",
"import matplotlib.pyplot as plt"
]
},
{
"cell_type": "code",
Expand Down

0 comments on commit 4a5b6d7

Please sign in to comment.