Comment on Streamlit: Turn a Python script into an interactive data analysis toolComments−simonw6yI'm impressed.Installing on my Mac to test this out was very straight-forward: cd /tmp mkdir streamlit cd streamlit pipenv shell pip install streamlit Then I could play with the built-in demos by running: streamlit hello So that was a slick intro - next step was I followed this tutorial: https://streamlit.io/docs/tutorial/create_a_data_explorer_ap...And a few minutes later I had an interactive notebook-style interface for playing with Uber pickup data in New York.This is a really interesting product.−edmondo19846yHow would you compare this with the experience you get with Jupiter Notebook?
Comments
I'm impressed.
Installing on my Mac to test this out was very straight-forward:
Then I could play with the built-in demos by running: So that was a slick intro - next step was I followed this tutorial: https://streamlit.io/docs/tutorial/create_a_data_explorer_ap...And a few minutes later I had an interactive notebook-style interface for playing with Uber pickup data in New York.
This is a really interesting product.
How would you compare this with the experience you get with Jupiter Notebook?