Skip to content
New issue

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

pytddmon returning continuous "?ERROR" message when Jupyter kernel running from folder #31

Open
OscarSouth opened this issue Mar 21, 2018 · 1 comment

Comments

@OscarSouth
Copy link

OscarSouth commented Mar 21, 2018

image

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.

@OscarSouth OscarSouth changed the title pytddmon returning continuous "?ERROR" message when Jupyter Kernel running from folder pytddmon returning continuous "?ERROR" message when Jupyter kernel running from folder Mar 21, 2018
@objarni
Copy link
Owner

objarni commented Mar 23, 2018

Yeah, pytddmon has no way of ignoreing / excluding paths. It's on the wishlist though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants