Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2022 02:56 PM
If your notebook is in different directory or subdirectory than python module, you cannot import it until you add it to the Python path.
That means that even though all users are using the same module, but since they are all working from different repos, they cannot import it until they add the path.
I wonder maybe it is possible to add module file path to Databricks sys.path permanently or until the file is deleted.
Labels:
- Labels:
-
Python