I built up a nice private notebook that has a handful of inputs and output 2 choropleth charts. I want to publish a local hard copy for colleagues so I exported the notebook. The notebook relies on 2 input files that ideally could be swapped out as needed.
So I exported the code opened a http.server from python. The first thing that is apparent is every cell is displayed (matches documentation I’ve seen somewhere). I’ve embedded public notebook before and stumbled through the examples to only display certain cells. When using exported code, it’s not as clear to me.
Here is the last bits of the exported JS file. I only basically want to display the output
and output_diffs
along with the inputs. I understand Observable doesn’t do much on this front, but looking for generic advice. Is this solved via another JS or HTML? Import output
and output_diffs
from the original JS file into a new file?