Tue May 30 07:52:00 UTC 2023 inscode

上级 7679c583
......@@ -2,24 +2,11 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"metadata": {},
"outputs": [
{
"ename": "ModuleNotFoundError",
"evalue": "No module named 'matplotlib'",
"output_type": "error",
"traceback": [
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[0;31mModuleNotFoundError\u001b[0m Traceback (most recent call last)",
"Cell \u001b[0;32mIn[1], line 1\u001b[0m\n\u001b[0;32m----> 1\u001b[0m \u001b[39mimport\u001b[39;00m \u001b[39mmatplotlib\u001b[39;00m\n\u001b[1;32m 2\u001b[0m xxx\n",
"\u001b[0;31mModuleNotFoundError\u001b[0m: No module named 'matplotlib'"
]
}
],
"outputs": [],
"source": [
"import matplotlib\n",
"xxx"
"import matplotlib"
]
},
{
......@@ -65,7 +52,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.5 (default, Nov 23 2021, 15:27:38) \n[GCC 9.3.0]"
"version": "3.9.16 (main, Dec 7 2022, 01:11:51) \n[GCC 9.4.0]"
},
"orig_nbformat": 4,
"vscode": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册