Sorry, I think I actually got it wrong in the comment above. It worked, but I also had to upload the .py to the dbfs file system. Still looking for a faster way to solve this issue.
I understood the error now. It was quite easy actually. For me it was just about changing the .py script to the same cluster that the notebook.Now it's working fine.
Hi all, I have a very similar problem. I can write code perfectly in my github Repos here, but when I try to access it through an import command I receive the error: ModuleNotFoundError: No module named 'module_name' When I try to check my environmen...