Jessica B. Hamrick

Results 128 comments of Jessica B. Hamrick

Can you paste the terminal output (from `jupyter notebook`) when you navigate to http://localhost:8888/tree/source/ps1 ?

And the directory `source/ps1` definitely exists? What files do you see when you look at the regular notebook list (not through the formgrader)? Can you navigate to `source/ps1` there?

Ah, ok. For Pattern A, you need to run the notebook from the course directory itself (so "tree" should be the same as the course folder) or configure `c.CourseDirectory.root`. There...

No problem, I am glad we were able to make some headway on this at least 😄 Sorry that it's been so difficult to debug! Definitely if you find anything...

This sounds like this may be a problem with the kernel you are using... as the error message says, nbgrder tried to interrupt the kernel but was unable to do...

Seems like a reasonable thing to have an option to continue on error, and just printing the errors at the end.

Oof, wow. I am not really sure what is taking up so much space, but I think it is including a bunch of javascript and css in the header of...

One way that we might be able to address this is to include the CSS via CDN rather than including it in the file itself: http://getbootstrap.com/getting-started/#download-cdn The downside to doing...

Hmm, no, that doesn't really work--I think the notebook must be using a customized version of bootstrap. :(

Nice! It also maybe overlaps a bit with #436 . It's good to have the feedback be regular files initially, I'd think, so instructors can inspect them. But maybe in...