Detail

DLHub pub test

zhuozhao_uchicago/new_publication_test4
Copy
Zhuozhao Li

A noop function for testing.

Python static method
general test

Input

any data
Type: list

Output

Hello
Type: string

Run with DLHub SDK

from dlhub_sdk.client import DLHubClient
X = get_my_data() #replace this
dl = DLHubClient()
dl.run('zhuozhao_uchicago/new_publication_test4', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('zhuozhao_uchicago/new_publication_test4')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation