From 2e63a3f9bf86de53231645a39161a066d4083837 Mon Sep 17 00:00:00 2001 From: crosstyan Date: Fri, 25 Apr 2025 17:25:56 +0800 Subject: [PATCH] feat: Migrate play notebook to Python script and update dependencies - 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. --- README.md | 4 + play.ipynb | 655 ------------------------------------------------- playground.py | 562 ++++++++++++++++++++++++++++++++++++++++++ pyproject.toml | 1 + uv.lock | 52 ++++ 5 files changed, 619 insertions(+), 655 deletions(-) delete mode 100644 play.ipynb create mode 100644 playground.py diff --git a/README.md b/README.md index e69de29..f6df6fd 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,4 @@ + +```bash +jupytext --to py:percent