#!/usr/bin/env python # coding: utf-8 # In[1]: get_ipython().run_line_magic('run', '-i "Retropy_framework.py"') # In[9]: chf_usd = get('CHFUSD@CUR') usd = get(usdMajor) chf_exusd = (chf_usd*usd).sname("chf_exusd") chf = {chf_usd:50, chf_exusd:50} show(chf, chf_usd, get(lc, source="Y")) # In[ ]: # be sure to save before you publish # when done, you will get a public link to an HTML file with the results publish() # In[ ]: