I have installed brand new ipython in a virtual enviorment, after that I tried to create configuration files via: ipython profile create
, however ipython_notebook_config.py
was not created, while ipython_config.py
and ipython_nbconvert_config.py
were created.
What can I do to create this file?
Python config files These will typically be located in ~/. ipython/profile_default/ , and will be named ipython_config.py , ipython_notebook_config.py , etc.
It turns out that I forgot to install dependencies to ipython notebook (I just did: pip install ipython
). After you install ipython[notebook]
or ipython[all]
(or just install notebook depencies by hand) ipython profile create
will also create notebook config files.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With