From 4a5b6d75cddd6d1eef6e9b008e14c33341bd5049 Mon Sep 17 00:00:00 2001 From: jnaiman Date: Tue, 7 Nov 2023 16:19:28 -0600 Subject: [PATCH] Auto-commit: Tue Nov 7 16:19:27 CST 2023 --- week12/inClass_week12.ipynb | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/week12/inClass_week12.ipynb b/week12/inClass_week12.ipynb index 788aba8..30dc777 100644 --- a/week12/inClass_week12.ipynb +++ b/week12/inClass_week12.ipynb @@ -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",