Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2021 02:13 AM
When you use repo you can enable "files in repo" and then just import class in notebook and init it.
from file_folder.file_name import your_class
c = your_class(arguments)
My blog: https://databrickster.medium.com/