jupyter notebook 查看安装的第三方库查看模块下的函数及查看某个函数

jupyter notebook 查看安装的第三方库查看模块下的函数及查看某个函数_第1张图片
输入“!pip install AAA”(AAA为库名)

输入“!pip uninstall AAA -y”(AAA为库名)

输入“!pip list”

输入“dir(module_name)“

你可能感兴趣的:(python,python)