Results 5 issues of jero98772

fix # space of readme

the error was because it is not converted to float change the line 34 from elif re.match(float_re, token): return **_int_**(token) to elif re.match(float_re, token): return **_float_**(token)

i get this error in python 3.12.4 in linux manjaro machine with numpy at 2.1.1 ``` Importing plotly failed. Interactive plots will not work. Traceback (most recent call last): File...

### Target Use Case a lot of libraries like folium, leaflet with shiny, maplibre let you create pop up's over some dot , pydeck let you do it but they...

feature

![2024-10-16-102812_1920x1080_scrot](https://github.com/user-attachments/assets/1bc5a975-cda5-49c0-a4c8-05bc03ce5d32) when i put in the code ' ###' it is not displayed like normal markdown # H1 Work ## H2 work ### H3 (dont work or not implemented) ####...

enhancement