We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
Are you running this notebook from the root of the repository? If not then that could cause this error.
Sorry, something went wrong.
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 You should change the colab directory via os library. in code section:
os
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..
No branches or pull requests
The text was updated successfully, but these errors were encountered: