In [1]:
%load_ext autoreload
%autoreload 2
import web
from IPython.core.display import HTML
In [5]:
result = web.jsonfile_to_dict("/home/stephan/Repos/ENES-EUDAT/cordex/CORDEX_adjust_obs_register.json")
In [8]:
result = web.jsonfile_to_dict("/home/stephan/Repos/ENES-EUDAT/cordex/CORDEX_adjust_register.json")
In [4]:
html_out = web.generate_bias_table(result)
HTML(html_out)
Out[4]:
In [ ]:
html_out = web.generate_bias_table(result)
HTML(html_out)
In [ ]:
html_out = web.generate_bias_table_add(result)
HTML(html_out)
In [ ]: