我正在做一个项目,并试图设置一个jupyter笔记本来访问虚拟环境。我使用pipenv install pandas设置了虚拟环境,并创建了管道文件和pip锁文件。然后,我在jupyter笔记本中导入了pandas,并尝试打印出版本号,得到一个ModuleNotFoundError: No module named 'pandas'错误,这意味着该笔记本没有连接到虚拟环境我正在vscode中编辑jupyter笔记本,想知道如何将<e
Could not find a version that satisfies the requirement pywin32>=1.0; sys_platform == "win3No matching distribution found for pywin32>=1.0; sys_platform == "win32" (from jupyter-core>=
4.6.1->notebook