jupyter-autopep8 icon indicating copy to clipboard operation
jupyter-autopep8 copied to clipboard

No toolbar appears

Open pirmoradian opened this issue 6 years ago • 4 comments

I used these commands, but no toolbar appears in my notebook - no indicating that any extension has been installed. That's what I have done:

$ pip install autopep8 Requirement already satisfied: autopep8 in /anaconda2/lib/python2.7/site-packages (1.3.4) Requirement already satisfied: pycodestyle>=2.3 in /anaconda2/lib/python2.7/site-packages (from autopep8) (2.4.0)

$jupyter nbextension install https://github.com/kenkoooo/jupyter-autopep8/archive/master.zip --user

$jupyter nbextension enable jupyter-autopep8-master/jupyter-autopep8 Enabling notebook extension jupyter-autopep8-master/jupyter-autopep8... - Validating: OK

What do you think the problem is?

pirmoradian avatar Dec 04 '18 23:12 pirmoradian

I'm not sure it works on the newest Jupyter. Sorry for the trouble.

kenkoooo avatar Dec 05 '18 11:12 kenkoooo

Thank you, Kenkoooo for your reply, but actually I am not using the Jupyter lab. I'm surprised, as I'm using the traditional notebook. This is the version:

$ jupyter --version 4.4.0

pirmoradian avatar Dec 05 '18 17:12 pirmoradian

I have exactly the same issue, after following the exact same instructions

oanapy avatar Jan 16 '19 15:01 oanapy

I also had the same issue.

Using jupyter_contrib_nbextensions, I resolved out this issue. https://github.com/ipython-contrib/jupyter_contrib_nbextensions

ikegami-yukino avatar Sep 02 '19 08:09 ikegami-yukino