ContributionsMost RecentMost LikesSolutionsRe: Report.html is empty on Jupyterlab HTML viewer A possible solution: create a mapped drive via sshfs and open the HTML file locally: https://devcloud.intel.com/oneapi/documentation/connect-with-ssh-linux-macos/ Report.html is empty on Jupyterlab HTML viewer Hello! I am going through the tutorials and using DevCloud. After generating reports for FPGA utilization, clock, etc. By double clicking on the report.html (or ide_report.html) an empty screen shows up in jupyterlab console. If I copy the report.html and the ./lib directory to my local machine (which requires to manually download or compress,download,decompress one file) I can see that the report has content. Is there a way to view the report on the jupyterlab console or do I have to download it to my local machine every time I modify the code and re-generate the report? Your help is appreciated 🙂