In [1]:
%load_ext ROOTaaS.iPyROOT.cppmagic

In [2]:
%%cpp
TH1F h("h","h",100,0,1);
h.FillRandom("gaus");
h.Draw();


    
Info in <TCanvas::MakeDefCanvas>:  created default TCanvas with name c1
Out[2]:
0

In [ ]: