Metadata-Version: 2.1
Name: tldraw
Version: 0.0.1
Summary: Tldraw fo Jupyter
License: MIT
Author: kolibril13
Author-email: 44469195+kolibril13@users.noreply.github.com
Requires-Python: >=3.8,<3.14
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: ipykernel (>=5.0.0)
Requires-Dist: ipyreact
Requires-Dist: ipython (>=6.0.0)
Requires-Dist: matplotlib (>=3.5.1)
Requires-Dist: numpy
Description-Content-Type: text/markdown

# tldraw_jupyter_experiment

![Binder](https://mybinder.org/v2/gh/kolibril13/jupyter-tldraw/HEAD?labpath=debugging_notebooks%tldraw_shape2_example.ipynb)

Annotating jupyter cell output with tldraw

Demo how this might look like one day:

https://user-images.githubusercontent.com/44469195/224175450-d91bf5b9-c442-4103-a680-3a9a191b0f93.mov


Installation:
```
python3.11 -m venv .venv
pip install jupyterlab
pip install ipyreact
jupyterlab   (or alternative VS Code Jupyter Lab)
```
