Hi there, I have been trying to play the Monty Hall game - when I run the “line game = utils.monty_hall_game()”, the game appears, but when I try to play it, it responds intermittently when I clicked on the doors.
Also, when I run the line “utils.success_rate_plot(monty_hall)” I only get a response which states “interactive(children=(RadioButtons(description=‘Switch Doors?’, index=1, options=(True, False), value=False), …”
Has there been an issue with the game? Could it be due to my being in Asia? I had no problem with the workbooks when I was in London, England.
1 Like
Hi @yauhooi1! What browser are you using? We have had reports of learners facing issues when using Safari. Aside from that we haven’t had reports of issues with this lab.
Hi there, @a-zarta I am using Chrome, safari and other browsers to test this out. Unfortunately, when I tried again for the first time, the game worked. However, when I tried running the game again, the line “game = utils.monty_hall_game()” shows the the figure but when I clicked on the doors, there was no response. After several tries, I then get the message "A Jupyter widget could not be displayed because the widget state could not be found. This could happen if the kernel storing the widget is no longer available, or if the widget state was not saved in the notebook. You may be able to create the widget by running the appropriate cells.strong text
There clearly is an issue here. I do not think there is an issue with my connection as I have a 100Mbps fibre connection.
I will keep trying again over the next few days, and if it still does not work, I will stop this course and work on other projects and resume this when I get back to London.
@yauhooi1 This sounds like an issue with the global state of your notebook. Have you tried restarting the kernel? You can do so by clicking in the Kernel
tab and then selecting Restart and Clear Output
.
1 Like