Closed yoshikiohshima closed 5 years ago
I could not reproduce it, are there any log / error messages? The inspector does not seem to be opened properly?
I still get this. No error in the console. In the picture, first I evaluated the first line "var x = ...", then clear the console, and then put the cursor on the next line and pressed Ctrl-i. I get an inspector window that is blank.
Believe it or not, if I leave the tab for a half an hour or so untouched, and come back to it, it sometimes shows the correct result.
To replicate this I need an failing example to work on... else I could only say: works for me ;-)
I am not sure what is happening, but I have a workspace where a value is held in a variable called 'b'.
If I print it (by ctrl-p), it shows what is in there. In this case, it is an instance of ipython-tensorview component. But If I inspect it (ctrl-i) I get an empty inspector.