So there is a lot of functionality that the community requests, but streamlit decides isn’t priority, so someone implements it and sticks it in a gist. An example is SessionState or Pagination.
I’m wondering if anyone has collected these and put them in one library so that instead of having a streamlit subfolder full of these scripts in essentially every app I make, I could just do something like from streamlit_addons import SessionState
. If it doesn’t exist I’m happy to make it. Please include the types of unsupported (but existing) functionality you would like to see added.