예제 #1
0
 def test_repr_html(self):
     test_ds = fake_random_ds(16)
     slc = SlicePlot(test_ds, 0, 'density')
     slc._repr_html_()
예제 #2
0
 def test_repr_html(self):
     test_ds = fake_random_ds(16)
     slc = SlicePlot(test_ds, 0, ("gas", "density"))
     slc._repr_html_()