Hi
I am wondering if it is possible to render tikz from code inside the notebook.
If not: Is there some other way of drawing graphs with the same degree of control as you get with tikz?
I am using matplotlib for some plots in the notebook and the built-in Graph function for some graph theory. The problem is that sometimes I want to show a graph with specific proportions and with specific placement of nodes, lines and points, to make some argument clearly shown.
I hope it makes sense what I am asking....