fde7186089811bfc1e8b13600027d63979678e3a,examples/new.py,,,#,9
Before Change
progress = write.progress(0)
for i in range(100):
progress.progress(i)
time.sleep(0.1)
After Change
from streamlet import Notebook, Chart
with Notebook() as print:
print("hello world")
my_array = np.random.randn(200, 200)
print("my array", my_array)
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 2
Instances
Project Name: streamlit/streamlit
Commit Name: fde7186089811bfc1e8b13600027d63979678e3a
Time: 2018-03-10
Author: adrien.g.treuille@gmail.com
File Name: examples/new.py
Class Name:
Method Name:
Project Name: streamlit/streamlit
Commit Name: 0c0f1b4a1fe49762b36f4dd8d8a472ec03db87e2
Time: 2018-05-28
Author: adrien.g.treuille@gmail.com
File Name: lib/streamlit/Proxy.py
Class Name: Proxy
Method Name: _save_cloud
Project Name: streamlit/streamlit
Commit Name: 1d2089be4383727d61f1297e9d9e6c86298db81a
Time: 2018-05-31
Author: adrien.g.treuille@gmail.com
File Name: lib/streamlit/Proxy.py
Class Name: Proxy
Method Name: _save_cloud
Project Name: streamlit/streamlit
Commit Name: c73a99e067765afd7339180abba028f624e1a936
Time: 2018-05-27
Author: adrien.g.treuille@gmail.com
File Name: lib/streamlit/Proxy.py
Class Name: Proxy
Method Name: _save_cloud