NOTE: SKILLBADGE ERROR SYSTEM!!!

The lab is very simple, just run each cell, but it's currently having errors. Is anyone having the same problem as me?

Admin please checks!!!

The first cell is faulty, causing the cells below to fail.

I have looked at many videos and none have worked.

I emailed support but they said the lab is fine.

Capture.JPG

 

 

 

Solved Solved
0 4 238
1 ACCEPTED SOLUTION

I fixed this by replacing the code

Replace 

import numpy as np
from scipy import misc
i = misc.ascent()

with

!pip install scikit-image
from skimage import data
i = data.camera()

Then run the notebook and see if that fixes your issue

View solution in original post

4 REPLIES 4
Top Labels in this Space