I made very simple code in python, which I am running on jupyter:
# Cell 1 data = [] with open(\'test.txt\', mode=\'r\') as f: for line in f: data