Skip to content

Fix streamlit hello error#224

Merged
tvst merged 1 commit intostreamlit:developfrom
tconkling:tim/FixHello
Oct 1, 2019
Merged

Fix streamlit hello error#224
tvst merged 1 commit intostreamlit:developfrom
tconkling:tim/FixHello

Conversation

@tconkling
Copy link
Copy Markdown
Contributor

@tconkling tconkling commented Oct 1, 2019

Catch urllib errors in mapping_demo. (To test the fix, run streamlit hello with no internet access.)

There are two bugs in the associated issue, but the other one - the missing urllib import - was fixed in some other commit.

Fixes #222

@tconkling tconkling requested review from monchier and tvst October 1, 2019 18:59
@tconkling tconkling changed the title mapping_demo: catch urllib errors Fix streamlit hello error Oct 1, 2019
Copy link
Copy Markdown
Contributor

@monchier monchier left a comment

Choose a reason for hiding this comment

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

Thanks a lot @tconkling !!!

"""
import pandas as pd
import copy, os
import os
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks! I had meant to do this!

@tvst tvst merged commit c13ca0d into streamlit:develop Oct 1, 2019
@tconkling tconkling deleted the tim/FixHello branch October 1, 2019 23:32
tconkling added a commit to tconkling/streamlit that referenced this pull request Oct 7, 2019
* develop:
  Support cli parameters (streamlit#186)
  Update README.md
  Update README.md (streamlit#282)
  Bug fix: make Streamlit watch files in subfolders again (streamlit#265)
  fix st.code("") (streamlit#272)
  different jslint commands for circleci and not (streamlit#273)
  Batch updates to report elements in the App state (streamlit#194)
  Minor typo in pull_request_template.md (streamlit#262)
  Fix wrong quote used in the provided sample code (streamlit#267)
  Fix websocket port handling (streamlit#263)
  Closing sidebar when clicking outside (streamlit#223)
  Version 0.47.2 (streamlit#212)
  [docs] Changed value in Show progress section of docs/getting_started.md to fix error (Issue streamlit#234) (streamlit#235)
  Update README.md
  Remove checkbox from CLA in PR Template
  Update README.md
  Update README.md
  mapping_demo: catch urllib errors (streamlit#224)
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.

DataFrame demo: Streamlit failed to hash an object of type <class 'code'>

3 participants