Spaces:
Sleeping
Sleeping
File size: 742 Bytes
746d2f1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
---
title: Quick reference
slug: /develop/quick-reference
---
# Quick reference
<TileContainer layout="list">
<RefCard href="/develop/quick-reference/cheat-sheet">
<h5>Cheatsheet</h5>
A dense list of Streamlit commands with example syntax.
</RefCard>
<RefCard href="/develop/quick-reference/changelog">
<h5>Changelog</h5>
See how Streamlit has changed with each new version.
</RefCard>
<RefCard href="/develop/quick-reference/prerelease">
<h5>Pre-release features</h5>
Understand how we introduce new features and how you can get your hands on them sooner!
</RefCard>
<RefCard href="https://roadmap.streamlit.app/">
<h5>Roadmap</h5>
Get a sneak peek at what we have scheduled for the next year.
</RefCard>
</TileContainer>
|