Hi, I’m having a lot of issues trying to figure out what to do with the C1_W2_linear_regression lab assignment. I don’t have any programming experience and only understand a surface level of Python.
I believe I’m supposed to “run the cell below to import all the packages.” When I’m in the ln [2], in the next cell, on my Mac, I select “shift” + “return” key and nothing happens. The cell I’m referring to is the following:
import numpy as np
import matplotlib.pyplot as plt
from utils import *
import copy
import math
%matplotlib inline
I place my cursor in the cell, select “shift” + “return” and I don’t see anything happens. Please tell me how to confirm that I have imported the contents in the cell correctly.
Else, can you point me to a group, or chat, where people can help each other on these basic instructions?
Typically this could be caused by a couple of different issues.
Maybe you left part of the assignment incomplete. In this course you cannot grade an incomplete notebook - it makes the grader crash, then you get a weird error message.
Maybe you deleted the cell that has the Exercise 1 code, and then you tried to replace it. Doing this will erase the metadata that the grader uses to identify cells that is should pay attention to.
Another possible cause is if you downloaded the notebook to use it on a local platform, and then uploaded it back into Coursera Labs.
Hi - I added a replace_row param to the AddRows function because it was the easiest way to follow the row operation instructions. Would this crash the grader? I passed all tests, but an getting 0/100.