Tests Directory with Google Colab #860
-
I am planning to use otter-grader with Google Colab for an assignment.
What I am wondering is what the best way to distribute the student notebooks would be with Google Colab such that students also have access to the public tests. I don't want them to need to add the tests manually to their drive and then mount and copy it like I have. Another minor note: I've had to manually add |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think the easiest thing to do would be to put the in a github repo, clone it at the top of the notebook, and then
This is a good FR, can you open an issue for it? |
Beta Was this translation helpful? Give feedback.
I think the easiest thing to do would be to put the in a github repo, clone it at the top of the notebook, and then
os.chdir
into the repo directory.