Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why its giving problem with starter code for visualization #76

Open
Neha-ksu opened this issue Mar 13, 2023 · 3 comments
Open

Why its giving problem with starter code for visualization #76

Neha-ksu opened this issue Mar 13, 2023 · 3 comments

Comments

@Neha-ksu
Copy link

Screenshot 2023-03-13 at 7 58 51 PM

Screenshot 2023-03-13 at 7 58 04 PM

@neheller
Copy link
Owner

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

@Neha-ksu
Copy link
Author

Neha-ksu commented Mar 14, 2023

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.

@riatorz
Copy link

riatorz commented Apr 12, 2023

@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..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants