I would like to embed a subset of cells in an iframe, and include cells that are just markdown (as a prompt for viewof cells).
Is there anyway to name a cell that has markdown? Or any other way to provide some sort of “label” on a combobox viewof?
Many thanks in advance,
Michael
Ah, I may have posted too soon. It looks like viewof can be inside a markdown cell, which names the cell:
You can name any cell using the same pattern. Here’s a markdown example:
potato = md`I like potatoes`
Hope that helps.
3 Likes