Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LaTeX support #491

Merged
merged 16 commits into from
Oct 30, 2019
Merged

LaTeX support #491

merged 16 commits into from
Oct 30, 2019

Conversation

kantuni
Copy link
Collaborator

@kantuni kantuni commented Oct 21, 2019

Closes #296.

@kantuni kantuni requested a review from tvst October 21, 2019 20:56
@kantuni kantuni requested a review from a team as a code owner October 21, 2019 20:56
@kantuni kantuni requested a review from tvst October 29, 2019 21:16
a, b = sympy.symbols("a b")
out = a + b
except:
out = "a + b"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need a try/except here?

@kantuni kantuni merged commit e349a42 into streamlit:develop Oct 30, 2019
@kantuni kantuni deleted the feature/latex branch October 30, 2019 16:00
tconkling added a commit to tconkling/streamlit that referenced this pull request Nov 4, 2019
* develop:
  Fix cypress tests (streamlit#559)
  Extends capability to send config keys by param to "streamlit hello" command (streamlit#527)
  Explicitly use bash in Makefile (streamlit#556)
  Fix trailing whitespace (streamlit#562)
  Adding missing key parameter to text_input (streamlit#571)
  Create CONTRIBUTING.md
  Don't resize vega chart on update (streamlit#497)
  LaTeX support (streamlit#491)
  Workaround for deep import reloads not working (streamlit#537)
  Add dist-packages and site-packages to blacklist just in case. (streamlit#544)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request: Support for LaTeX in Streamlit markdown
3 participants