jero98772
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...
 when i put in the code ' ###' it is not displayed like normal markdown # H1 Work ## H2 work ### H3 (dont work or not implemented) ####...