Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はpythonが初めてで、標準のpythonパッケージでインタラクティブなpythonデバッガーを使用しようとしています。テキスト エディター (atom) または iPython のコマンド ラインで "import ipdb" を実行すると、常に次のエラーが表示されます: ImportError: No module named 'ipdb'
ipdb モジュールはどこにありますか? pythonを再インストールした後もまだありません。
ありがとう!