65be0e9c5c6f64a663dd0ba3871eec9892f22702,examples/new.py,,,#,9

Before Change


from streamlet import Notebook, Chart

with Notebook() as write:
    write.header("My awesome program", level=3)
    write("hello my little world. I love you, too!! :)")
    my_array = np.random.randn(100, 100)
    write("my array", my_array)

After Change


    print("Starting the loop")
    for i in range(100):
        print("i", i)
    print("Finished the loop")

    an_array = np.random.randn(200, 200)
    print(an_array)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 2

Instances


Project Name: streamlit/streamlit
Commit Name: 65be0e9c5c6f64a663dd0ba3871eec9892f22702
Time: 2018-03-09
Author: adrien.g.treuille@gmail.com
File Name: examples/new.py
Class Name:
Method Name:


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: 90bec1b4e6438090fc0e73643ed28c58f1e1b800
Time: 2018-03-18
Author: adrien.g.treuille@gmail.com
File Name: examples/new.py
Class Name:
Method Name: