Marc Skov Madsen

Results 325 comments of Marc Skov Madsen

I'm just listening to the awesome "Talk Python Podcast" where you are joking about "let's be realistic. You will need html and javascript until they put Python in the browser"....

https://awesome-streamlit.org/ ![image](https://user-images.githubusercontent.com/42288570/67088856-7caba680-f1a6-11e9-9ce5-d4c0bae30c61.png)

![image](https://user-images.githubusercontent.com/42288570/67088874-88976880-f1a6-11e9-941f-b9720e1e0a99.png)

And the source code for the Spreadsheet gallery example is ```python """Page to show that its really easy to create a Spreadsheet like application""" import pandas as pd import streamlit...

Ines Montani the author behind Spacy put out this one ![image](https://user-images.githubusercontent.com/42288570/67088961-c4cac900-f1a6-11e9-9548-4c8493d6615c.png) and the code is ``` import streamlit as st import spacy from spacy import displacy import pandas as pd...

Thanks @mahmoud . Yes it definately uses js/ typescript :-) But let the really skilled front end developers do that. They can develop general web components to be used by...

Do you mean creating your own Gallery?

Not that easy currently. But you can `panel serve gallery.py --index=gallery` where `gallery.py` is similar to https://github.com/MarcSkovMadsen/awesome-panel/blob/master/awesome_panel/apps/awesome_list.py and the yaml file is read similar to https://github.com/MarcSkovMadsen/awesome-panel/blob/a7132ee906f5047e03403e3836e9c0371bcbe9b2/awesome_panel/config/__init__.py#L34 I would like to...

Ahh. Thanks. That was a good idea. Should be remembered in my brain as tips and tricks.

What error messages do you see?