Skip to content
#

Streamlit

streamlit logo

Streamlit is an open source Python library that makes it easy to create and share beautiful, custom web apps for machine learning and data science.

Turn your data scripts into shareable web apps in minutes, without requiring any front-end web experience.

Here are 2,629 public repositories matching this topic...

asaini
asaini commented Oct 1, 2021

Problem

See #3856 . Developer would like the ability to configure whether the developer menu or viewer menu is displayed while they are developing on cloud IDEs like Gitpod or Github Codespaces

Solution

Create a config option

showDeveloperMenu: true | false | auto

where

  • true: always shows the developer menu locally and while deployed
  • false: always sho
enhancement good first issue

Created by Adrien Treuille, Amanda Kelly, Thiago Teixeira

Released March 27, 2018

Latest release about 1 month ago

Repository
streamlit/streamlit
Website
streamlit.io