ModuleNotFound errors on remote could indicate that files are not copied to the remote machine #8644
Labels
feature-request
Request for new features or functionality
notebook-remote
Applies to remote Jupyter Servers
papercut 🩸
Something affecting the productivity of the team
There's some confusion on this issue here:
#1601
People don't expect a remote jupyter server to not have the files from their workspace. I'm hypothesizing the most likely time they hit this error is when they either:
FileNotFound
when reading in a .csv fileModuleNotFound
when importing a python file.We could detect these two issues and add extra text about remote file syncing.
The text was updated successfully, but these errors were encountered: