Using Pylint in Ipython (Jupyter-Notebook)

前端 未结 3 1701
旧巷少年郎
旧巷少年郎 2020-12-30 03:25

I want to run Pylint or any equivalent while using Jupyter-Notebook. Is there a way to install and run Pylint this way?

3条回答
  •  Happy的楠姐
    2020-12-30 04:10

    No, you can not introduce pylint into jupyter notebook.

    If you want to check your code style, you need jupyter notebook's extensions.

    Possible this one:

    https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tree/master/src/jupyter_contrib_nbextensions/nbextensions/code_prettify

提交回复
热议问题