Skip to content

Bart example update#179

Merged
monchier merged 2 commits intostreamlit:developfrom
monchier:bart_example_update
Sep 24, 2019
Merged

Bart example update#179
monchier merged 2 commits intostreamlit:developfrom
monchier:bart_example_update

Conversation

@monchier
Copy link
Copy Markdown
Contributor

Upadate to Bart and Bikes demo as per @treuille request.

@monchier monchier requested review from treuille and tvst September 24, 2019 00:09
return pd.read_json(os.path.join(dirname, "data", filename))
dirname = "https://raw.githubusercontent.com/streamlit/streamlit/develop/examples/"
url = os.path.join(dirname, "data", filename)
return pd.read_json(url)
Copy link
Copy Markdown
Contributor

@tvst tvst Sep 24, 2019

Choose a reason for hiding this comment

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

I was expecting this example file to be deleted as you moved it into hello.py. And at that point we'd move the data outside this repo too.

But if you want to merge this PR as a waypoint to that final state, that's fine.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

+1

@monchier monchier merged commit b9128f8 into streamlit:develop Sep 24, 2019
tconkling added a commit to tconkling/streamlit that referenced this pull request Sep 25, 2019
# By Jonathan Rhone (3) and others
# Via GitHub
* develop:
  Text changes in ☰ menu and several CLI prompts (streamlit#180)
  add format option for slider widget and return texts for display values (streamlit#154)
  Merge ForwardMsg caching into develop  (streamlit#178)
  e2e test for magic (streamlit#172)
  Bart example update (streamlit#179)
  Pedantic CircleCI cleanup (streamlit#174)
  Fix overwriting elements in the sidebar (streamlit#181)
  update vega lite chart snapshot (streamlit#183)
  Stop react-markdown from converting "[foo]" to a link. (streamlit#151)
  Issue 1204: Graphs using Vega-Lite (streamlit#56)
  Removing uber demo from streamlit repo (streamlit#159)

# Conflicts:
#	lib/streamlit/DeltaGenerator.py
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.

2 participants