You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @yvettelkxii, the example data does not come with the package when you install xanthos. You can get the example data after you install the latest Xanthos:
Then, you can follow these steps to download the example data.
import xanthos
# the directory that you want to download and extract the example data to
data_dir = "<my data download location>"
# download and unzip the package data to your local machine
xanthos.get_package_data(data_dir)
No description provided.
The text was updated successfully, but these errors were encountered: