Sorry, dropped the ball on that one. When I'm in front of my workstation, I'm writing code and/or trading...try not to be elite-tradering. Had a lot of other stuff going on.
In a nut shell. I just show account balances,margins, open/closed P&L , Open Orders w some pedigree info, and open positions. And have a button that closes all open orders, flattens all positions, and blocks any new positions from being taken. All using IPyWidgets...pain in the ass to style, but easy enough to just get the information up there as they work via callback functions.
No worries. Initially it got too unwieldy because I tried to do it inside the notebook. Revisited the idea today and kept everything outside and made a somewhat non-trivial UI in an hour or so using the code I'd already created in Python.