
return __import__(module, globals(), locals(), ["*"])
ModuleNotFoundError: No module named 'ipynb_checkpoints'
I'm pretty sure the cause is the 'ipynb_checkpoints' hidden file that Jupyter generates. It happens both with Jupyter Notebook and Atom+Hydrogen. When deleting these files from the folder then tests run correctly, but not sure how to deal with it as the folder is generated automatically when I edit the files with a Jupyter Lab text editor or Atom with Hydrogen running.