A Jupyter widget for rendering music notation
Project description
ipyscore
A Jupyter widget for rendering music notation
Installation
You can install ipyscore
using pip
:
pip install ipyscore
Development Installation
Create a development environment:
micromamba create -n ipyscore
micromamba activate ipyscore
micromamba install -c conda-forge python nodejs
pip install jupyterlab
npm install
Install the Python package and build the TypeScript package.
pip install -e .
node_modules/.bin/esbuild --bundle --format=esm --outdir=ipyscore/static src/index.ts
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ipyscore-0.2.0.tar.gz
(473.4 kB
view hashes)
Built Distribution
ipyscore-0.2.0-py3-none-any.whl
(351.6 kB
view hashes)