I’ve been trying to run an observable notebook locally after using the download code feature and can’t figure out where I’m going wrong. I don’t have any attached files in the notebook.
I downloaded the zipped file, uncompressed it using 7zip, and got the standard contents as I’ve seen in other posts.
I then used npm http-server to run a simple web server in the folder, and got this in the browser (chrome):
Ah, perhaps I think I was expecting the notebook to be much closer to what it looks like when you view it on observablehq.com. Is the screenshot I showed for the simple bar chart expected behavior?
Yes, it is. You can adjust the output by writing a custom inspector, see this tutorial (and maybe the custom inspector factory in this old notebook might help).