context.params = dict((stock, {"years": 5, "historicalDays": 30, "predictionDays": 5, "percentChange": .02, "orderSize": 2000}) for stock in context.stocks) from IPython.display import Image Image(filename='part2/Part2-BestResults.png', height="90%", width="90%")