%python
from hyperleaup import HyperFile
throws : ModuleNotFoundError: No module named 'hyperleaup'
This is after successfully pip installing tableauhyperapi and tableauserverclient.
%sh
/databricks/python3/bin/pip install --upgrade pip;
/databricks/python3/bin/pip install tableauhyperapi;
/databricks/python3/bin/pip install tableauserverclient;