Maximilian Schulz
Maximilian Schulz
I could not find the setting in the docs - but is it possible to remove the gitname in the file name of the fragment. There are many ways to...
As title says :) I am actually using `explainerdashboard` as a dependency, and it would be great if the print statements were done with logging, so I could turn them...
### Description The code below should to my understanding work, ie the dropdown value should be reflected in the Jumbotron subtitle. ```python from typing import Literal from dash import html...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
**Is your feature request related to a problem? Please describe.** First of all, I love this library, it's just SO cool!! I would love to implement it in conjunction with...
Hey guys, I am trying to implement `hatch-vcs` but seem to be missing something to make it work. I get the following traceback when running the command `hatch version`: ```py...
## Description * Updates to install page to explain that you can work with Vizro without installing it * [Updates to first tutorial page](https://vizro--569.org.readthedocs.build/en/569/pages/tutorials/first-dashboard/) where it is shown in an...
## Description This PR adds a new feature to the `VizroBaseModel` class: the export of the model into a string that would allow re-creating the model in python. E.g. you...
### Which package? vizro ### Package version latest ### Description Having a KPI card above the AgGrid seems to be a problem. ### How to Reproduce . ### Output _No...
Hello all 👋 , based on a recent user question I wanted to show how one can make an editable table power a graph. The original request was: > I...