jupyter_nbextensions_configurator
jupyter_nbextensions_configurator copied to clipboard
Enable ruler for editor in jupyter
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
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.