Jupyter Textual-based Widget
You can install ipytextual using pip:
pip install ipytextualCreate a development environment:
micromamba create -n ipytextual
micromamba activate ipytextual
micromamba install -c conda-forge python nodejs
pip install jupyterlab
npm installInstall the Python package and build the TypeScript package.
pip install -e .
node_modules/.bin/esbuild --bundle --format=esm --outdir=ipytextual/static src/index.ts