Dash react-syntax-highlighter
Beautiful syntax highlighting for your Dash apps.
Made by Ploomber with ❤️
~ Deploy your Dash application on Ploomber.io for free.~

Live demo - dash_react_syntax_highlighter.ploomberapp.io
Installation
pip install dash_react_syntax_highlighter
Run demo locally
cd demo
pip install -r requirements.txt
python app.py
Open: http://localhost:8050
Documentation
Setup
npm install
pip install -r requirements.txt
pip install -r tests/requirements.txt
Development
npm run build
python demo.py
Release
npm run build
python setup.py sdist bdist_wheel
ls dist
pip install dash dist/dash_react_syntax_highlighter-0.0.1.tar.gz
python demo/app.py
pip install twine
twine upload dist/*
rm -rf dist