Notable Changes
-
st.json
now supports a keyword-only argument,expanded
on whether the JSON should be expanded by default (defaults toTrue
) -
More performance improvements from reducing redundant work each script run
Other Changes
Notable Changes
st.json
now supports a keyword-only argument, expanded
on whether the JSON should be expanded by default (defaults to True
)Other Changes
Will multipage be in the next release?
Great to see the new release
guys, can you please share the release timeframe for the multiple-page support? I am desperately looking for a multiple page solution with authentication. Fhireman has the perfect solution I am looking for , but he did not have a github type of tutorial.
Looks like they’re in the home stretch. Multipage apps -- the big merge by vdonato · Pull Request #4698 · streamlit/streamlit · GitHub
How can I enable fast Reruns? I got:
Error: no such options: --fastReruns
It’s probably
streamlit run app.py --runner.fastReruns true
Fanilo is spot on! An alternative would be to create a project specific .streamlit/config.toml
with:
[runner]
fastReruns = true
This works. thank you!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.