A Jupyter widget for rendering music notation
You can install ipyscore using pip:
pip install ipyscoreCreate a development environment:
micromamba create -n ipyscore
micromamba activate ipyscore
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=ipyscore/static src/index.ts