kenkoooo / jupyter-autopep8

PEP8 formatter for Jupyter Notebook
MIT License
66 stars 6 forks source link

It doesn't run #3

Closed hamukazu closed 7 years ago

hamukazu commented 7 years ago

Hello, I am trying to run jupyter-autopep8. After installing it, I pushed the toolbar button selecting a cell but nothing happened. The symptom is the same when I type Ctrl+L.

The following is the working environment copied from the "about" message:

The version of the notebook server is 4.1.0-c8ab429 and is running on:
Python 3.5.1 (default, Jun 22 2016, 11:13:32) 
[GCC 4.8.4]
kenkoooo commented 7 years ago

It requires autopep8 to be imported from the notebook server. Please check whether it is already installed.

kenkoooo commented 7 years ago

I'm sorry, I found a bug. I'll fix it as soon as possible.

kenkoooo commented 7 years ago

It may be fixed. Please check.