f4fe2711f029de26d267c40c608e9c333c66cc6b,examples/new.py,,,#,11
Before Change
from streamlit import Notebook, Chart
with Notebook() as print:
print("hello world")
an_array = np.random.randn(200, 200)
print(an_array)
After Change
write("hello world zzz")
an_array = np.random.randn(200, 2)
write(an_array)
write.line_chart(an_array)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 2
Instances
Project Name: streamlit/streamlit
Commit Name: f4fe2711f029de26d267c40c608e9c333c66cc6b
Time: 2018-03-29
Author: adrien.g.treuille@gmail.com
File Name: examples/new.py
Class Name:
Method Name:
Project Name: streamlit/streamlit
Commit Name: 9fb112bba862a833a5a64b7d1a7c7e75a7a63ba7
Time: 2018-11-25
Author: adrien.g.treuille@gmail.com
File Name: examples/disable_client.py
Class Name:
Method Name:
Project Name: streamlit/streamlit
Commit Name: e37db3d9eb48883f399bfced420dfd89f53649df
Time: 2018-11-25
Author: adrien.g.treuille@gmail.com
File Name: examples/disable_client.py
Class Name:
Method Name: