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