├── Example using the LabelMyText widget.ipynb ├── LabelMyTextWidget.gif ├── LabelMyTextWidget ├── LabelMyTextWidget.py └── __init__.py └── README.md /Example using the LabelMyText widget.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tchambon/LabelMyTextWidget/HEAD/Example using the LabelMyText widget.ipynb -------------------------------------------------------------------------------- /LabelMyTextWidget.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tchambon/LabelMyTextWidget/HEAD/LabelMyTextWidget.gif -------------------------------------------------------------------------------- /LabelMyTextWidget/LabelMyTextWidget.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tchambon/LabelMyTextWidget/HEAD/LabelMyTextWidget/LabelMyTextWidget.py -------------------------------------------------------------------------------- /LabelMyTextWidget/__init__.py: -------------------------------------------------------------------------------- 1 | from .LabelMyTextWidget import * -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tchambon/LabelMyTextWidget/HEAD/README.md --------------------------------------------------------------------------------