Qiskit 和 IPython 配置文件不存在

Qiskit and IPython conf files do not exist

我使用以下命令安装了 Qiskit 的 qiskit-textbook 发行版: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 配置文件。

我该如何解决这个问题?

  • 如果您没有 ~/.qiskit/settings.conf,您可以在该位置自行创建(请参阅此答案 here and the docs here)。

  • 如果你没有~/.ipython/profile_default/ipython_kernel_config.py,试试运行 ipython profile create看看它是否会出现。