Lab server errors
If you get one of the following errors from inside Lab,Service unavailable or unreachableFile Save Error
ModuleNotFoundError
While running a notebook, if you get aModuleNotFoundError after an import statement:
- Check to make sure you are using the correct notebook kernel for your environment, see Switch notebook kernel.
- If you are using the correct kernel, the package you are trying to import may not be installed in that environment. See Install new package.
