Qiskit和IPython配置文件不存在

mwecs4sa  于 2023-03-13  发布在  Python
关注(0)|答案(1)|浏览(131)

我已经使用以下命令安装了Qiskit的qiskit-tuberical发行版:pip install git+https://github.com/qiskit-community/qiskit-textbook.git#subdirectory=qiskit-textbook-src
教程要求修改~/.qiskit/settings.conf中配置文件的内容,但我在~/中找不到该文件夹,由于某种原因,我在~/.ipython/profile_default/ipython_kernel_config.py中也找不到iPython配置文件。
我该怎么解决这个问题?

ilmyapht

ilmyapht1#

  • 如果您没有~/.qiskit/settings.conf,您可以在该位置自己创建(请参阅此答案here和文档here)。
  • 如果没有~/.ipython/profile_default/ipython_kernel_config.py,请尝试运行ipython profile create,然后查看是否会出现该命令。

相关问题