hi,
When I tried the Optional Lab of C1_W3_Lab01_Classification on the Jupyter Notebook on Coursera, instead of showing the “Run Linear Regression” button, to let me find the best linear regression model, it simply show:
“Canvas(toolbar=Toolbar(toolitems=[(‘Home’, ‘Reset original view’, ‘home’, ‘home’), (‘Back’, 'Back to previous …”
in the block of code of :
w_in = np.zeros((1))
b_in = 0
plt.close(‘all’)
addpt = plt_one_addpt_onclick( x_train,y_train, w_in, b_in, logistic=False)
anyone, got this problem? I even try to copy the files to run on my DataSpell on my Mac M1 notebook, it show the applet, but, I can’t click or do anything interactive with it. It just show the initial stage of it. How to fix it?
Thanks,
Joe