After following the tutorial, I used Deno 2.2 to generate the notebook.html. However, I used Chrome browser to open this html, the page is empty. The same thing happened to Sample_notebook.html.
Is it supposed to be empty? Then how can we check and see this static html page? ( I also tried to use 'deno serve Sample_Notebook.html' command, then it will cause error).
Hi @coco2020,
Strictly speaking what is generated is a not proper HTML document because there are <!doctype HTML> and <html></html> tags. However the generated document has the structured of an HTML documents. Trying to display the converted notebook in your browser will give a blank page. However if you open it in an editor or inspect code in the browser, you will notice that the document is not actually empty. For reference review the attached Sample Notebook.
Thank you for your reply, @AJoel. Then what's the purpose of converting the notebook to a static HTML and how do the judges check it on their end if they can not open it in the browser?
Hi @Coco2020. I believe converting the notebook to a static HTML happens after you have done your work and visualisations on the ObservableHQ notebook. This is the final step before uploading same
How does one arrange the analysis on the notebook and are there other datasets one can access?
Hi @anyibaba, that's logically the last step, though I'm following the given instructions and testing the setups.
You could try the second video in the 'Info' section for some descriptions of the notebook, and you can find the datasets under the downloadable pdf file under the 'Data' section.
Thank you.
Ok. It seems better to download the notebook and work from there right?
Rendering the graphics from the Observable HQ url is slow at my end
Really? I tried to load a big dataset and there is a limit to upload too large data, so no opportunity to render them. You can check with the staffs and see their suggestions.