首页 > TAG信息列表 > ipython3

打开ipython3失败:ImportError: cannot import name ‘Pdb‘ from ‘IPython.core.debugger‘ (/usr/lib/python3/di

参考:https://stackoverflow.com/questions/58399943/importerror-cannot-import-name-pdb-from-ipython-core-debugger 把工作目录下的code.py改成其他名字就好了。坑爹

解决Ubantu19.04环境下python3.7安装ipython3启动报错

问题: 安装ipython3的过程后,启动ipython3发现启动报错!具体问题如下 sudo apt install ipython3 ***@ubuntu19-04-***:~$ ipython3 Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python3/dist-packages/IPython/__init

python常用命令---查看模块所在位置

环境:ipython3 交互式解释器 语法: import 模块名 模块名.__file__ 功能: 查看模块的所在位置 例: