I'm able to display the tf graph itself in Jupyter using code from here:
Simple way to visualize a TensorFlow graph in Jupyter?
But I'm interested in more full featured tensorboard functionality, like visualizing training progress. I'm running in Azure Notebooks, where I'm not able to run a tensorboard server.