<div dir="ltr">Hi,<div><br></div><div>I'm trying to get started with deepzoom_server.py.   I downloaded:</div><div><br></div><div>deepzoom_server.py</div><div>templates/slide-multipane.html</div><div><br></div><div>The app now runs without errors, and I can see the main screen (in black) as well as information about my multilevel .tif file through the browse. But I can't see the image. The same image loads and displays a thumbnail just fine with this code:</div><div><pre style="color:rgb(0,0,0);font-family:"Courier New";font-size:9pt">slide = openslide.OpenSlide(tif)<br>thumb = slide.get_thumbnail((<span style="color:rgb(0,0,255)">10000</span>,<span style="color:rgb(0,0,255)">10000</span>))<br>thumb.show()</pre></div><div><br></div><div>I'm looking at the whole slide image (wsi) <span style="color:rgb(0,128,128);font-weight:bold;font-family:"Courier New";font-size:9pt">pds_12_HE.tif </span>from the zip <a class="gmail-filename" href="https://zenodo.org/record/1485967/files/peso_training_wsi_1.zip?download=1" style="box-sizing:border-box;color:rgb(66,139,202);text-decoration-line:none;word-break:break-all;font-family:Roboto,sans-serif;font-size:14px;display:inline!important">peso_training_wsi_1.zip</a> at </div><div><a href="https://zenodo.org/record/1485967#.XS42g-hKg2z">https://zenodo.org/record/1485967#.XS42g-hKg2z</a>  <br></div><div>in case that is helpful.</div><div><br></div><div>Any idea what I should do differently?</div><div><br></div><div>Thanks,</div><div>Josiah</div></div>