-
-
Notifications
You must be signed in to change notification settings - Fork 536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example of using Folium in Panel - Notebook for Gallery #1189
Conversation
See also https://twitter.com/MarcSkovMadsen/status/1242896463635591168 Share if you like. |
Thanks, nice how easy this is. Could you either add folium to the test dependencies in setup.py or put a regex to skip testing the notebook at the end of the tox.ini? |
I've added Folium to the test requirements @philippjfr |
Codecov Report
@@ Coverage Diff @@
## master #1189 +/- ##
=======================================
Coverage 87.43% 87.44%
=======================================
Files 106 106
Lines 12627 12632 +5
=======================================
+ Hits 11041 11046 +5
Misses 1586 1586
Continue to review full report at Codecov.
|
I've shared a tweet. Feel free to share if you like https://twitter.com/MarcSkovMadsen/status/1243405883175911426?s=20 |
Seems to be erroring, I also haven't quite decided how to handle sample data files in Panel yet. |
The idea is that the user generates the sample data by clicking the save button. Will look for a workaround |
Demonstrates the use of
Folium
in Panel.This notebook was created as a response to the Panel and Folium do they mix question on Discourse.