Haleshot
Mmarimo
•Created by Ivan on 1/14/2025 in #help-support
Unable to show CatBoost widgets
If you would like support to be added to marimo, I would suggest making an issue in their repo (if needed, I can do so too). Support for Pygwalker in marimo was done in a similar way.
5 replies
Mmarimo
•Created by Ivan on 1/14/2025 in #help-support
Unable to show CatBoost widgets
On running example code from here: https://catboost.ai/docs/en/features/visualization_jupyter-notebook
I get a
Unsupported mimetype: application/vnd.jupyter.widget-view+json
error.
If you refer to: https://docs.marimo.io/guides/integrating_with_marimo/displaying_objects/?h=format#option-3-implement-a-_mime_-method
I think the support needs to be added in catboost itself. A quick glance at their repo suggests they use IPython widgets.
I had to install ipython
, ipywidgets
and traitlets
to run some of the example.
Wonder if experimenting with anywidget for this could also work.5 replies
Mmarimo
•Created by coltone24 on 1/13/2025 in #help-support
Accessing Middleware Values in a Marimo Cell
Haven't yet had a use-case like that personally. Will let you know if I can figure out a way for this.
11 replies
Mmarimo
•Created by coltone24 on 1/13/2025 in #help-support
Accessing Middleware Values in a Marimo Cell
Hi, can you let me know whether this is useful for you: https://docs.marimo.io/guides/deploying/authentication/?h=middle#authentication
11 replies
Mmarimo
•Created by RaduW on 1/4/2025 in #help-support
matplotlib plot only shown in edit mode
That's great! I wonder if the docs for matplotlib in marimo docs reflect this as this issue from creeping up every now and then.
9 replies
Mmarimo
•Created by RaduW on 1/4/2025 in #help-support
matplotlib plot only shown in edit mode
9 replies
Mmarimo
•Created by RaduW on 1/4/2025 in #help-support
matplotlib plot only shown in edit mode
Use
plt.gca()
at the end of the cell blocks and you should see the plots being displayed even in run mode.9 replies
Mmarimo
•Created by RaduW on 1/4/2025 in #help-support
matplotlib plot only shown in edit mode
Mostly, the issue would be relating to you using
plt.show()
or maybe even nothing.9 replies
Mmarimo
•Created by RaduW on 1/4/2025 in #help-support
matplotlib plot only shown in edit mode
@RaduW Can you provide sample codes of the cell blocks where you're using matplotlib to plot?
9 replies
Mmarimo
•Created by Ash Blanc on 1/2/2025 in #help-support
Unable to connect github copilot on marimo notebook
https://docs.marimo.io/guides/editor_features/ai_completion/?h=ai+completion#github-copilot
Copilot is not yet available in our conda distribution; please install marimo using pip if you need Copilot.
7 replies
Mmarimo
•Created by Haleshot on 1/2/2025 in #help-support
cant connect copilot on marimo notebooks
Closing the thread now.
6 replies
Mmarimo
•Created by Haleshot on 1/2/2025 in #help-support
cant connect copilot on marimo notebooks
Didn't notice the thread being created here - https://discord.com/channels/1059888774789730424/1324201397427638334/1324201397427638334
6 replies
Mmarimo
•Created by Haleshot on 1/2/2025 in #help-support
cant connect copilot on marimo notebooks
Aah
6 replies
Mmarimo
•Created by Haleshot on 1/2/2025 in #help-support
cant connect copilot on marimo notebooks
Hi, can I ask
- What kind of issue you're facing with copilot? Any issues/error message pop ups as such?
- How did you download mairmo? pip, conda, etc?
6 replies
Mmarimo
•Created by Tarek Jarrar on 12/6/2024 in #help-support
Scaling Marimo docker image horizentally raises "Invalid session id" response
Posted the query on gurubase; sharing the chat here - https://gurubase.io/g/marimo/fix-invalid-session-id-marimo-kubernetes
Hope it's relevant; do not have experience in Ops frameworks.
Came across a decent kubernetes resource which could aid in someway - https://github.com/headlamp-k8s/headlamp
5 replies
Mmarimo
•Created by crow on 11/7/2024 in #help-support
Google Vertex AI
If you really want the CLINE based extension; or Vertex AI hosted claude AI support in the marimo notebook; you could raise an issue for the same,
However, there was a recent update where Gemini is now compatible with the OpenAI API format; could you also check with Vertex for the same? If it is; then you could make changes as suggested in the docs here - https://docs.marimo.io/guides/editor_features/ai_completion.html#using-other-ai-providers
8 replies
Mmarimo
•Created by crow on 11/7/2024 in #help-support
Google Vertex AI
I don't believe changing code directly in the .py file is intended/right. It is meant to be generated (shows changes instantly) from when you write code in the notebook; if you want really want AI support; there is a lot of support for AI in marimo; autocomplete, AI assist (supporting popular providers) and chat interface.
8 replies
Mmarimo
•Created by crow on 11/7/2024 in #help-support
Google Vertex AI
I haven't looked too deeply into LiteLLM except their Model Providers page; might be worth looking into sometime. Especially since it could serve as a single source/point of contact to help integrate various model providers for AI support.
Thanks for the summary.
8 replies