kits19 icon indicating copy to clipboard operation
kits19 copied to clipboard

Why its giving problem with starter code for visualization

Open Neha-ksu opened this issue 1 year ago • 3 comments

Screenshot 2023-03-13 at 7 58 51 PM Screenshot 2023-03-13 at 7 58 04 PM

Neha-ksu avatar Mar 13 '23 23:03 Neha-ksu

Are you running this notebook from the root of the repository? If not then that could cause this error.

neheller avatar Mar 14 '23 14:03 neheller

Hello, I am running it as instructed in Google colab from root of the directory, I also tried running from the terminal. still getting same problem.

Neha-ksu avatar Mar 14 '23 16:03 Neha-ksu

@Neha-ksu You should change the colab directory via os library. in code section:

import os
os.chdir("/content/kits19")
# or
%cd /content/kits19

Run and create another code block. In code block:

from starter_code.utils import load_case

After all your problem will be solved..

riatorz avatar Apr 12 '23 11:04 riatorz