holoviz / holoviews

With Holoviews, your data visualizes itself.
https://holoviews.org
BSD 3-Clause "New" or "Revised" License
2.66k stars 396 forks source link

Add toml formatter #6227

Closed hoxbro closed 2 months ago

hoxbro commented 2 months ago

Raised warning is outside our control and can be recreated with the following in JupyterLab

import warnings
warnings.filterwarnings("error")

import matplotlib.pyplot as plt
plt.figure()