ipython-contrib / jupyter_contrib_nbextensions

A collection of various notebook extensions for Jupyter
http://jupyter-contrib-nbextensions.readthedocs.io/en/latest
Other
5.2k stars 806 forks source link

autopep8 not showing up in toolbar #1522

Open Dylan-C-Neal opened 3 years ago

Dylan-C-Neal commented 3 years ago

Maybe I'm not doing something correctly, but when enabling autopep8 it won't show up in the tool bar. The hot keys don't work either. I confirmed that I have autopep8 installed via conda, so I'm not sure what's wrong.

MySlientWind commented 3 years ago

I have the same problem... Reinstall don't solve it.

MySlientWind commented 3 years ago

Maybe I'm not doing something correctly, but when enabling autopep8 it won't show up in the tool bar. The hot keys don't work either. I confirmed that I have autopep8 installed via conda, so I'm not sure what's wrong.

Did you upgrade before this problem appear?

dewith commented 3 years ago

In my case it's happening with all code prettify extensions (code prettify, autopep8, isort). Same issue is described here #1527. image image Any possible solution?

MySlientWind commented 3 years ago

In my case it's happening with all code prettify extensions (code prettify, autopep8, isort). Same issue is described here #1527. image image Any possible solution?

Me too. And I fixed it by installing the last version of anaconda, and never 'conda upgrade --all'. Maybe code prettify extensions is incompatible with some new packages.

dewith commented 3 years ago

In my case it's happening with all code prettify extensions (code prettify, autopep8, isort). Same issue is described here #1527. image image Any possible solution?

Me too. And I fixed it by installing the last version of anaconda, and never 'conda upgrade --all'. Maybe code prettify extensions is incompatible with some new packages.

Thanks for the answer. But I reinstalled Anaconda just yesterday due to other issues, so I assume I have the latest version. Could you tell me exactly what version does not generate this problem?

MySlientWind commented 3 years ago

In my case it's happening with all code prettify extensions (code prettify, autopep8, isort). Same issue is described here #1527. image image Any possible solution?

Me too. And I fixed it by installing the last version of anaconda, and never 'conda upgrade --all'. Maybe code prettify extensions is incompatible with some new packages.

Thanks for the answer. But I reinstalled Anaconda just yesterday due to other issues, so I assume I have the latest version. Could you tell me exactly what version does not generate this problem?

2020.07, did you update some packages after reinstalling?

dewith commented 3 years ago

In my case it's happening with all code prettify extensions (code prettify, autopep8, isort). Same issue is described here #1527. image image Any possible solution?

Me too. And I fixed it by installing the last version of anaconda, and never 'conda upgrade --all'. Maybe code prettify extensions is incompatible with some new packages.

Thanks for the answer. But I reinstalled Anaconda just yesterday due to other issues, so I assume I have the latest version. Could you tell me exactly what version does not generate this problem?

2020.07, did you update some packages after reinstalling?

Yes, I downloaded Anaconda (2020-07), and installed every package I need with the latest version. I think it's a compatibility problem here.

caoyang1024 commented 3 years ago

This is the reason I like Microsoft product. spent whole afternoon just try to prettify some code in Jupiter (and nothing works), crazy...