ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Streamlit

🚀 Sublime Text package for Python's data science package Streamlit with completion, build system, and documentation

Details

Installs

  • Total 351
  • Win 257
  • Mac 52
  • Linux 42
Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6
Windows 0 1 1 0 0 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 2 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

🚀 Sublime Streamlit

Downloads Tag Repo size License

Sublime Streamlit is a Sublime Text package for Python's Streamlit library, providing completion, build system, and documentation.

💻 Installation

The easiest way to install Sublime Streamlit is through Package Control. After it is enabled inside Sublime Text, open the command palette and find Package Control: Install Package and press ENTER. Then, find Streamlit in the list. Press ENTER again, and this package will be installed!

📈 Usage

Completion

Sublime Streamlit provides completion for all Streamlit commands. The full list of completions can be found in the streamlit.sublime-completions file.

Build

Sublime Streamlit adds a new build system, Streamlit, which uses streamlit run to run a Streamlit program.

Documentation

Sublime Streamlit has two commands for exploring Streamlit docs.

In a program, select a Streamlit command (example: st.write) and run the Streamlit: Doc command in the command palette to open the command's Streamlit documentation page in the browser.

To search for the documentation of a Streamlit command, run the Streamlit: Search Doc command in the command palette. Select the desired command to open its documentation page in the browser.