Files
2025-10-20 12:32:18 +08:00

1.6 KiB

In [ ]:
from pysnmp.hlapi import *
运行具有“py37 (Python 3.7.4)”的单元格需要ipykernel包。

运行以下命令,将 "ipykernel" 安装到 Python 环境中。

命令: "conda install -n py37 ipykernel --update-deps --force-reinstall"
In [2]:
nextCmd()
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
Cell In[2], line 1
----> 1 nextCmd()

NameError: name 'nextCmd' is not defined