gds 157 neo4j viz buttons not showing in marimo#288
Draft
FlorentinD wants to merge 4 commits intomainfrom
Draft
Conversation
76511da to
47cd835
Compare
847dd73 to
f3ef409
Compare
This works as expected. Its really related to the Marimo rendering :/
Collaborator
Author
the default doesnt show the icons correctly. now the icons are shown but other parts of the styling are still off
Collaborator
Author
|
@OskarDamkjaer Marimo is not able to handle having the css inside its own file. Missing some vite knowledge on how to inline. Also asked in the marimo repo for some more help. |
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

current status:
--> Likely related to Marimo renderer.
past Marimo issue around styling: marimo-team/marimo#3816
manual fix - set the custom css in the marimo notebook config to the css file we use -- such as
python-wrapper/src/neo4j_viz/resources/nvl_entrypoint/style.cssbut thats only possible in my local setup