Jupyter_contrib_nbextensions: autopep8 module not found error

Created on 2 Jun 2018  路  3Comments  路  Source: ipython-contrib/jupyter_contrib_nbextensions

as the snapshot shows, when I check the autopep8 option the error messege showd up.
How can I solve this ?

2018-06-02 8 05 10

Most helpful comment

As indicated, install autopep8, with something like

pip install autopep8 --user

All 3 comments

As indicated, install autopep8, with something like

pip install autopep8 --user

@jfbercher I have the same problem and your solution didn't work for me, any other ideas?

@jfbercher I have the same problem and your solution didn't work for me, any other ideas?

try

conda install autopep8
Was this page helpful?
0 / 5 - 0 ratings

Related issues

ruxi picture ruxi  路  6Comments

metabolinguistics picture metabolinguistics  路  4Comments

slowkow picture slowkow  路  3Comments

gaskamichal picture gaskamichal  路  5Comments

rsemenoff picture rsemenoff  路  5Comments