The hover information for bin in interactive 2D histograms in jupyter lab (jupyROOT) seems to be pythonic rather than ROOT/C++ (See attached screenshot).
Unless, I am mistaken, the first bin in ROOT should be indexed as Bin 1 not Bin 0. If we query the LowEdge for bin 0 in ROOT, then it says -1 and not 0 as given by the hover information bubble.
This bahviour is not present for 1D histograms. Also, if I save the histogram in a .root file and open with TBrowser, it shows the bin indexing according to ROOT convention.