LivelyKernel / lively4-core

A Self-supporting, Web-based Development Environment
https://lively-kernel.org/lively4/lively4-core/start.html
MIT License
76 stars 25 forks source link

inspect and print it are not consistent #344

Closed yoshikiohshima closed 5 years ago

yoshikiohshima commented 6 years ago

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.

1 2
JensLincke commented 6 years ago

I could not reproduce it, are there any log / error messages? The inspector does not seem to be opened properly?

yoshikiohshima commented 6 years ago

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.

1
yoshikiohshima commented 6 years ago

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.

JensLincke commented 5 years ago

To replicate this I need an failing example to work on... else I could only say: works for me ;-) image