Srihari Thyagarajan
Srihari Thyagarajan
Working on this. Will try to resolve and refer to [formatters](https://github.com/marimo-team/marimo/tree/main/marimo/_output/formatters) provided above.
Trying out different variations; saw how seaborn uses it's plotting functions; plotly and leafmap too. @lborcard Current using your code provided above to understand the return types thrown; assigned a...
After extensive investigation through the library's docs and other resources, I've discovered a simple fix for the ArviZ formatter issue. It appears that adding `plt.show()` after [any ArviZ plot function](https://python.arviz.org/en/stable/api/plots.html)...
For anyone revisiting this, a repo created by a contributor - https://github.com/metaboulie/marimo-themes helps in various customizations. Also included in the docs - https://docs.marimo.io/guides/configuration/theming/?h=them#custom-html-head. Just seeing if the issue can be...
_CC: @longxiaofei_
> Yes, I am planning to use anywidgets to replace the previous communication method. Do let me know if I can be of any help.
> demo code: > > ```python > import pandas as pd > from pygwalker.api.marimo import walk > > df = pd.read_csv("xxx.csv") > > walk(df, spec="spec.json") > ``` > > ```python...
Code to reproduce for reference: ```python # /// script # requires-python = ">=3.11" # dependencies = [ # "marimo", # "pandas==2.2.3", # "pygwalker==0.4.9.11", # "openai==1.52.2", # "polars==1.12.0", # ] #...
> @Haleshot > > try it. > > `pip install pygwalker==0.4.9.12` This is great, it works now! Thanks a lot. _Relevant SS:_  Sample code for anyone who wants to...
In addition to the above comment; I was wondering if adding a relevant marimo example here - https://github.com/Kanaries/pygwalker/tree/main/examples (in addition to streamlit, jupyter, etc.) would be appreciated. I can get...