julioevi
julioevi
Hi, Is there a way to strip ploombers metadata from a product nb? It is creating merge conflicts, for example: ```json "cells": [ { "cell_type": "markdown", > main "status": "completed"...
hi! The following code creates two violindot plots with extra white space between the first geom and the y axis. I was wondering if this is expected or if it...
**Describe the issue or bug** Passing a dataframe with `None` in a bool column triggers an error **To Reproduce** ```python import pandas as pd lst = [None, False, True] df...