aa228-notebook icon indicating copy to clipboard operation
aa228-notebook copied to clipboard

WebIO not detected when loading Interact

Open matthhong opened this issue 5 years ago • 3 comments

Notebooks that use Interact (e.g. 10-ExplorationExploitation and 16-OnlinePOMDPMethods) sometimes throw WebIO not detected or Unable to load WebIO errors, and so fail to run.

Screenshot 2020-04-09 12 58 48

matthhong avatar Apr 09 '20 18:04 matthhong

@mossr Do you have some thoughts?

mykelk avatar Apr 09 '20 19:04 mykelk

Try the following:

] add WebIO
using WebIO
WebIO.install_webio_nbextension()

Then restart your notebook session and try again.

mossr avatar Apr 10 '20 19:04 mossr

Oh man, I didn't know that ] works in jupyter - that is so convenient. Finally I will get to stop worrying about which incantation of pkg I should be telling people!

On Fri, Apr 10, 2020 at 1:59 PM Robert Moss [email protected] wrote:

Try the following:

] add WebIO using WebIO WebIO.install_webio_nbextension()

Then restart your notebook session and try again.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sisl/aa228-notebook/issues/12#issuecomment-612193094, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABALI23LYVVVXVDGHWPQRL3RL53AXANCNFSM4ME6NS7A .

zsunberg avatar Apr 10 '20 23:04 zsunberg