streamlit-javascript icon indicating copy to clipboard operation
streamlit-javascript copied to clipboard

Streamlit component to execute javascript code on the client side and get back the result

Results 15 streamlit-javascript issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/37758451/168018283-3f5b7d4e-a4d7-4f98-85d2-e1a478bc0f08.png)

Hi! thanks for your great work! A error found as below when using it: FileNotFoundError: [Errno 2] No such file or directory: '...\\.venv\\lib\\site-packages\\streamlit_javascript\\frontend\\build\\bootstrap.min.css.map'

![image](https://user-images.githubusercontent.com/37758451/168062919-2b02b9f8-717a-4e74-9fbb-d60c8256cb4f.png) it will return 0 ![image](https://user-images.githubusercontent.com/37758451/168062998-ab2bece4-e3f7-4f27-867d-bcb594494ebe.png)

the release pipeline to deploy [1.42.0](https://github.com/thunderbug1/streamlit-javascript/releases/tag/1.42.0) to pypy is currently broken. I don't have time right, now to fix it, so I leave this to not forget it.

File "/usr/_streamlit_playground/nginx_test_page.py", line 26, in nginx_test_page_init user_agent = parse(ua_string) File "/usr/_streamlit_playground/streamlit_dev_env/lib64/python3.9/site-packages/user_agents/parsers.py", line 268, in parse return UserAgent(user_agent_string) File "/usr/_streamlit_playground/streamlit_dev_env/lib64/python3.9/site-packages/user_agents/parsers.py", line 136, in __init__ ua_dict = user_agent_parser.Parse(user_agent_string) File "/usr/_streamlit_playground/streamlit_dev_env/lib64/python3.9/site-packages/ua_parser/user_agent_parser.py", line 227,...