Documentation and resources
readthedocs
hops python api
examples
github
website

Accessing datasets

Datasets in your project can be accessed using this function to download it locally in your current working directory.

If you are using using numpy or pandas then you can use our pandas_helper and numpy_helper modules to read your data directly in memory.

Importing external modules

You can import external modules or notebooks using this helper function.

Interact with filesystem

For documentation look at the hdfs module and examples.