Course1 week3 lab assignment code cell got deleted

assignment name : [{“metadata”:{},“cell_type”:“markdown”,“source”:“# Logistic Regression\n\nIn this exercise, you will implement logistic regression and apply it to two different datasets. \n\n\n# Outline\n- 1 - Packages \n- 2 - Logistic Regression\n - 2.1 Problem Statement\n - 2.2 Loading and visualizing the data\n - 2.3 Sigmoid function\n - 2.4 Cost function for logistic regression\n - 2.5 Gradient for logistic regression\n - 2.6 Learning parameters using gradient descent \n - 2.7 Plotting the decision boundary\n - 2.8 Evaluating logistic regression\n- 3 - Regularized Logistic Regression\n - 3.1 Problem Statement\n - 3.2 Loading and visualizing the data\n - 3.3 Feature mapping\n - 3.4 Cost function for regularized logistic regression\n - 3.5 Gradient for regularized logistic regression\n - 3.6 Learning parameters using gradient descent\n - 3.7 Plotting the decision boundary\n - 3.8 Evaluating regularized logistic regression model\n”}]
lab id : fcfzazfvrpah
File location : /notebooks/C1_W3_Logistic_Regression.ipynb#2.4

Here is a thread which explains how to get a clean copy of any of the notebooks.

Thanks a million.
It solved my issue