Marc Skov Madsen

Results 332 issues of Marc Skov Madsen

CROSSPOST OF: https://github.com/holoviz/holoviews/issues/5182 I'm trying to create a nice repository for me and Sophia M Yang for a blog post and tutorial. I would also like to show case that...

bug

## Basic info **Application name**: Awesome Streamlit **Application repo link**: https://github.com/marcskovmadsen/awesome-streamlit **Application home link**: https://awesome-streamlit.org/ **Application Docs**: https://awesome-streamlit.readthedocs.io/ **Application Docker Image**: https://cloud.docker.com/u/marcskovmadsen/repository/docker/marcskovmadsen/awesome-streamlit **Application Package**: https://pypi.org/project/streamlit/ **Application description**: The purpose of...

#### My pain Navigating the awesome_panel package can be difficult without good documentation. #### Solution Setup some automation like Autodoc for Sphinx (see docs folder) for autogenerating code documentation from...

I would like the [awesome-panel docs](https://awesome-panel.readthedocs.io/en/latest/) to be updated. ## Known issues - https://awesome-panel.readthedocs.io/en/latest/ contains a links to the awesome panel resources list on github which no longer exists. -...

My hypothesis is - that a lot of users discover awesome-panel from tweets or posts on LinkedIn and navigate to the site from their mobile. - the home page of...

I started out having a [awesome-panel](https://pypi.org/project/awesome-panel/) python package. Later it was refactored into [awesome-panel-extensions](https://pypi.org/search/?q=awesome-panel-extensions). I would like to either - Remove the package - Mark the package obsolete or -...

Streamlit has [![image](https://user-images.githubusercontent.com/42288570/146629889-60c549fc-edb6-4202-8ab7-06edd06d738c.png)](https://streamlit-cheat-sheet.herokuapp.com/) I believe something similar for awesome-panel/ panel could be very useful. For inspiration see - https://docs.streamlit.io/library/cheatsheet - https://github.com/daniellewisDL/streamlit-cheat-sheet - https://shiny.rstudio.com/images/shiny-cheatsheet.pdf

I would like the code to be tested automatically when receiving a PR. Similarly to what happens to Panel. Currently the user and myself has to manually run `invoke test.all`...

Currently the menus are created manually in the files [links.html](https://github.com/MarcSkovMadsen/awesome-panel/blob/master/application/assets/html/links.html) and [links_fast.html](https://github.com/MarcSkovMadsen/awesome-panel/blob/master/application/assets/html/links_fast.html). This is overhead and makes it more complicated to contribute new apps. ## Solution Generate these files/ this...

Currently each application imports and uses `from awesome_panel_extensions.site import site`. ![image](https://user-images.githubusercontent.com/42288570/146628119-bd73d9ab-7530-4a79-9d42-9249e5da2d40.png) The the `site.create_application` adds a lot of code/ overhead to each application. ![image](https://user-images.githubusercontent.com/42288570/146628151-f6a37533-49d4-405a-a16c-a1d7eee2d4d7.png) ![image](https://user-images.githubusercontent.com/42288570/146628161-eba625e8-9849-487e-864c-370d3b60cd3d.png) This also "forces" us to...