Jonas Fuchs
Jonas Fuchs
Can you give a minimal example where that happens? I remember having a similar problem where tikzplotlib produced a tikzpicture with two axes and the second one being an image...
Having the same issue it seems. I am trying to get an embedded plot in an iFrame working in some production/server environment. Although I am using some additional packages (`voila`...
I am actually experiencing the exact same problem. Manually running `setup.sh` fixes all issues. However anytime I run `sam install` it will break it. Any thoughts on this behaviour?
Can confirm, on `esp32-c3-devkitc-02` board the program is stuck in a boot loop: ``` ESP-ROM:esp32c3-api1-20210207 Build:Feb 7 2021 rst:0x8 (TG1WDT_SYS_RST),boot:0xc (SPI_FAST_FLASH_BOOT) Saved PC:0x40380082 SPIWP:0xee mode:DIO, clock div:1 load:0x3fcd5810,len:0x438 load:0x403cc710,len:0x918 load:0x403ce710,len:0x25f4...
So its definitely the PIN setup. Changing the default ones to some free GPIOs of the board did the trick. See also https://github.com/ph1p/ikea-led-obegraensad/issues/60 for Lolin D32 Pro.
I think this feature would be very helpful and could also greatly extend the number of potential users of this library. I have already tested to switch the endpoints to...
@at-eez-jedi yes surely. I have modified `output_type_template.tmpl ` like this: ``` {% if not output_type %} type (possible values "string", "number", "dataframe", "plot", "figure"). Examples: { "type": "string", "value": f"The...
> [@Blubbaa](https://github.com/Blubbaa) in the 3.0 there is a chart output type: https://docs.pandas-ai.com/v3/chat-and-output#chart-response I just now had the time to test 3.0 with the chart output type, but to be honest...
I have the exact same issue, it seems to be triggered by modifications of datetime or other columns. The referenced file in the error `File "pandas/_libs/tslibs/timestamps.pyx"` contains this line, which...