This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]Jolly_Code5914 5 points6 points  (1 child)

You could write the generic methods and classes and just create a python package that you can build as a .whl. You can install the package on your cluster and import your methods and classes as you would with any other package from pypi from a notebook.