Metadata-Version: 2.1
Name: nbclassic-codefolding
Version: 0.0.3
Summary: An nbextension that adds codefolding functionality from CodeMirror to a codecell
Home-page: https://github.com/AnswerDotAI/nbclassic-codefolding
Author: Nbextensions team
Author-email: info@fast.ai
License: Apache Software License 2.0
Keywords: notebook
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pip
Requires-Dist: packaging

# nbclassic-codefolding

An nbextension that adds codefolding functionality from CodeMirror to a codecell.

The keyboard shortcut to toggle folding is Alt-A or Option-A.
