Jun Nishii

Results 6 comments of Jun Nishii

Thank you for your comment. Execution stops by the error, so, it’s not my problem. I’m getting pass by “Validate” button when I expect fail. Here is an example of...

Thank you for your report! I edited nbgrader_config.py and used stop() function for c.ClearSolutions.code_stub, and confirmed that the stop() function is in the answer cell of a released notebook. But,...

I put your release file in a release directory of my nbgrader env, and found that validate button works good for your file but not for my release file. I’ve...

I checked the release files again, and found that 1) “Validate button” doesn’t detect the runtime error by stop("NotImplementedError”) if this function appears outside of a function in an answer...

Thank you for your comment. I found three reasons why “Validate button” doesn’t work as my expectations. 1) “Validate button” doesn’t detect error by stop(“NotImplementedError”) or raise(...) in answer cells,...

I had the same problem but was able to resolve it by fixing like this: ``` $ cd /usr/local/anaconda3/lib/python3.9/site-packages/ldapauthenticator $ diff -uN ldapauthenticator.py.org ldapauthenticator.py --- ldapauthenticator.py.org 2020-08-28 14:09:52.000000000 +0000 +++...