jupyter_nbextensions_configurator icon indicating copy to clipboard operation
jupyter_nbextensions_configurator copied to clipboard

Enable ruler for editor in jupyter

Open sh0375 opened this issue 6 years ago • 1 comments

How can I enable ruler after 80 chars in editor of jupyter. Ruler extension of https://github.com/ipython-contrib/jupyter_contrib_nbextensions is working well in notebooks for me. But there is no ruler in editor window, when I edit some python file in browser. For example http://127.0.0.1:7513/edit/test.py

sh0375 avatar May 23 '18 12:05 sh0375

This is the repository for the configurator, not for any actual extensions.

Enabling rulers in the editor is easy to do, I created PR https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1296 for this in the jupyter_contrib_nbextensions repository.

juhasch avatar May 23 '18 18:05 juhasch