Qiskit and IPython conf files do not exist

Question:

I had installed the qiskit-textbook distribution of Qiskit using this command : pip install git+https://github.com/qiskit-community/qiskit-textbook.git#subdirectory=qiskit-textbook-src

The tutorial then said to change the contents of the configuration file located at ~/.qiskit/settings.conf but I can’t find the folder at ~/. I can’t find the iPython configuration file either at ~/.ipython/profile_default/ipython_kernel_config.py for some reason.

How do I fix this?

Asked By: user13725129

||

Answers:

  • If you don’t have the ~/.qiskit/settings.conf you can create that yourself at that location (see this answer here and the docs here).

  • If you don’t have ~/.ipython/profile_default/ipython_kernel_config.py, try running ipython profile create and see if it then appears.

Answered By: Frank
Categories: questions Tags: , , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.