This may be a stupid question (I’m very new), but how does one access local .py files that are stored in the workspace…
I’ve imported a notebook and all my internal references in the format from folder_in_root_directory.file_name import ClassName
error with “reference not found”
Using the copied path (as well as several variations on this theme) from '/data/workspace_files/folder_in_root_directory/file_name .py' import ClassName
returns “identifier expected”.
Do I have to use the Library manager and access them through my git repo (I tried briefly and couldn’t figure out how to access files from the repo i’d added either)?