[PYTHON] [Streamlit] I installed it

Introduction

Streamlit was introduced at a Python online study session, so I will look it up again and write a note.

It mentions how to install Steamlit and the sample apps included by default.

What is Streamlit

Developed by Streamlit Helping data scientists develop data analysis products Web app framework.

It usually needs to be implemented in multiple languages.

Streamlit allows you to implement a front end in Python as well.

Welcom to Streamlit - The fastest way to build and share data apps

スクリーンショット 2020-11-05 21.35.00.png

I installed it

In the VS Code terminal, run the following command. (It will take some time to complete)

 pip install streamlit

Launch the sample app.

 streamlit hello

Then the local URL and network URL will be displayed.

  Welcome to Streamlit. Check out our demo in your browser.

  Local URL: http://localhost:8501
  Network URL: http://xxx.xxx.xxx.xxx:8501

  Ready to create your own Python apps super quickly?
  Head over to https://docs.streamlit.io

  May you create awesome apps!

Check your browser.

スクリーンショット 2020-11-05 21.16.55.png

When I selected from "Choose a demo", an interactive graph was drawn. (At the time of writing, I was able to select four). スクリーンショット 2020-11-05 21.29.33.png

Sample code is also displayed. スクリーンショット 2020-11-05 21.31.23.png

in conclusion

A reminder for future digging.

Recommended Posts

[Streamlit] I installed it
I installed DSX Desktop and tried it
I installed tensorRT on Ubuntu 18.04
I installed ROS on Ubuntu 18.04
63rd day I installed tensorflow.
[Python] I installed the game from pip and played it
I started, but it doesn't start!
I installed the IoT platform "Rimotte"
[Linux] I installed CentOS on VirtualBox
I got stuck so I reviewed it
I installed Linux on my Mac
I installed PySide2, but pyside2-uic didn't work, so I managed to do it.
Wrangle x Python book I tried it [2]
[Super rudimentary] I installed GDAL on Anaconda
I installed Python 3.5.1 to study machine learning
I installed TensorFlow (GPU version) on Ubuntu
I installed Kivy on a Mac environment
I installed and used Numba with Python3.5
I researched Docker, so I will summarize it
Wrangle x Python book I tried it [1]
I studied about Linux, so I summarized it.
CheckIO (Python)> Non-unique Elements> I implemented it
I installed OpenCV-Python on my Raspberry Pi