forked from HQU-gxy/CVTH3PE
- Removed the `play.ipynb` notebook and created a new `playground.py` script to enhance code organization and maintainability. - Updated `pyproject.toml` to include `jupytext` for Jupyter notebook conversion support. - Added instructions in `README.md` for converting notebooks using Jupytext. - Enhanced the `uv.lock` file to reflect the new dependency on Jupytext.
4 lines
52 B
Markdown
4 lines
52 B
Markdown
|
|
```bash
|
|
jupytext --to py:percent <script>.ipynb
|
|
``` |