awesome-panel / panel-chemistry

๐Ÿงช๐Ÿ“ˆ ๐Ÿ. The purpose of the panel-chemistry project is to make it really easy for you to do DATA ANALYSIS and build powerful DATA AND VIZ APPLICATIONS within the domain of Chemistry using using Python and HoloViz Panel.
MIT License
118 stars 16 forks source link

Support panel 1.0 #41

Open MarcSkovMadsen opened 1 year ago

MarcSkovMadsen commented 1 year ago

This PR adds support for Panel 1.0

FYI. @Jhsmit

codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (da0f009) 83.87% compared to head (25557ff) 88.42%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #41 +/- ## ========================================== + Coverage 83.87% 88.42% +4.55% ========================================== Files 9 9 Lines 186 190 +4 ========================================== + Hits 156 168 +12 + Misses 30 22 -8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

MarcSkovMadsen commented 1 year ago

When running panel serve tests/tests/test_jsme_editor.py --autoreload and opening the app I currently see 2 issues

image

I need to fix these issues