In [4]:
%matplotlib inline
import math
import numpy as np
import matplotlib.pyplot as plt
import mockgallib as mock
lightcones = mock.LightCones()
lightcones.load(['../data/halo_lightcone_mini.h5'])
lightcones
Out[4]:
In [ ]:
In [5]:
%%html
<style>table {float:left}</style>