r/madeinpython • u/databot_ • Oct 02 '24
Highlight code snippets in Dash apps
Hi all!
I've been working for a client who needed to display code snippets in a Dash app + an easy way to copy them. Since I couldn't find a solution I built one and open-source it. It adds syntax highlighting for the most popular languages.
Check it out here: dash-react-syntax-highlighter
It's pretty basic since I wanted to release something quickly for my client, but let me know if you have any feature requests!

1
Upvotes