niekdt / actionsheets-streamlit

A webapp featuring a large collection of detailed cheatsheets for Python and R. The name “actionsheets” comes from the way the sheets are structured: code snippets are indexed in terms of a desired action, and are grouped in sections.
https://actionsheets.streamlit.app/
MIT License
3 stars 2 forks source link

Support unicode #11

Closed niekdt closed 1 month ago

niekdt commented 1 month ago

Problem is already present in the snippet data outputted by the actionsheets package, yet this problem does not occur in the actionsheets test environment...

To verify the problem:

from actionsheets.sheets import default_sheets
default_sheets().sheet_view('stan.scalar').snippets()[1].select('entry', 'title')
niekdt commented 1 month ago

Fixed in https://github.com/niekdt/actionsheets/issues/9