Is it possible to call bits of python inside a markdown cell? For example I might like to write
Above there is a plot of {{numVars}} variables
In a markdown cell, so that when I change something elsewhere I don't need to go back and update the descriptive text of things.
It needn't be statements, although that would be useful (len(x) + 5
), variables would be enough to make a big difference!