I have started W1 of the Probability and Statistics module and am trying to launch the lab - however, all I get is a blank space as the lab tries to load unsuccessfully. I have tried loading the lab in three different browsers and have encountered the same issue again and again before finally loading in Chrome after a wait of a few minutes.
However, after the lab loads, I have issues running the program - for example it takes a few minutes to run the following step which is:
# Generate the simulated probability for every classroom
simulated_probs_1 = [simulate(problem_1, n_students=n) for n in utils.big_classroom_sizes]
# Create a scatterplot of simulated probabilities vs classroom size
utils.plot_simulated_probs(simulated_probs_1, utils.big_classroom_sizes)
Can someone help me with speed issue?