Hi,
I am trying to export the fig using the method
fig.to_image(format="png", engine="kaleido")
I got the exception like:
Transform failed. Error stream:
[0723/161014.534602:FATAL:ipc_mojo_bootstrap.cc(729)] Check failed: message->data_num_bytes() <= Channel::kMaximumMessageSize (366505976 vs. 134217728)
How to handle this check ?
Hi,
I am trying to export the fig using the method
I got the exception like:
How to handle this check ?