[BUG] set_pico_cls()
Fails to Add Classes in Jupyter Notebook Output
#631
Labels
bug
Something isn't working
Describe the Problem
In Jupyter Notebook, when I use
set_pico_cls()
along withshow(picocondlink)
to apply Pico styling, the expected styling doesn’t show up in the outputSteps to Reproduce
Here’s a simple example to show the issue:
What I Expected
I was expecting
set_pico_cls()
to automatically apply thepico
class to the elements, but it didn’t.Workaround I Found
As a temporary fix, I used this helper function to manually apply the
pico
class:It’s not ideal, but it works for now.
Environment Details
Here are the versions of the libraries I’m using:
Confirmation Checklist
Screenshot of the Problem
The text was updated successfully, but these errors were encountered: