You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my Jupyter Notebook, I use lets_plot to create the visualizations and deploy them as an interactive web app using Voila.
However, my data is huge (> 1 million rows), and for almost every plot generated, the message/warning sampling_* ... was applied to ... layer accompanies the plot, even though I am the one assigning the sampling process to each of the plots.
How can I suppress/hide this message to make my web app cleaner?
The text was updated successfully, but these errors were encountered:
In my Jupyter Notebook, I use
lets_plot
to create the visualizations and deploy them as an interactive web app usingVoila
.However, my data is huge (> 1 million rows), and for almost every plot generated, the message/warning
sampling_* ... was applied to ... layer
accompanies the plot, even though I am the one assigning the sampling process to each of the plots.How can I suppress/hide this message to make my web app cleaner?
The text was updated successfully, but these errors were encountered: