Collaboration
Work on studies, share data and visualizations, and publish your findings as a publication or Data App.
Research
Find and access your research, store intermediate files, manage IDE state, and save results or visualizations.

What's New?
2025-09-10
New HISE AI/ML Workflow
This release gives you three simple yet powerful SDK methods to boost your AI/ML capabilities in HISE (for details, see the Release Notes).
update_sdk_version()
Quickly update your SDK to the latest version—right from your IDE. Simply run the method to ensure your Conda environment has the newest features and bug fixes. A restart of your kernel or terminal is required to complete the update. For details, see Update the SDK Version (Tutorial).
start_training_run()
Launch AI/ML training jobs directly from your IDE. Apply granular resource settings, such as specifying CPU/GPU counts and memory, and deploy distributed jobs with built-in validation and robust error handling. This method supports both rapid prototyping and production-scale workflows, and integrates seamlessly with the AI/ML Hub. For details, see Start an AI/ML Training Run (Tutorial) and Navigate the AI/ML Hub.
review_training_job_run()
Programmatically review and approve or reject training runs. Access comprehensive job details—including audit logs, properties, output, and file provenance—through a user-friendly tabbed interface designed for quality control and troubleshooting. For details, see Review an AI/ML Training Run (Tutorial).
Quota Adjustment
We want to make sure you have the resources to carry out your AI/ML training runs without disruption. Reach out to the Support team to request an increase in your existing quota.
2025-08-20
HISE Billing UI Improved and Conda SDK Methods Deployed
This deployment includes billing UI improvements and bug fixes.
The Personal IDE Billing tab features a new bar chart comparing the user's quota spend to the team's.
Throughout the HISE Billing section, we've standardized the positioning and spacing of graphs and axes, and improved the consistency of formatting and labeling, including naming conventions, case, percentages, and dollar amounts.
The deployment also includes two new HISE SDK methods and an SDK bug fix. You must create a new IDE to apply the following updates:
- New SDK method:
save_custom_conda_environment()
With the newsave_custom_conda_environment()
SDK method, you can create a custom Conda environment for your IDE. A Conda environment is a directory that contains a collection of user-selected packages. You can curate your own Conda packages or use a shared collection. Custom Conda environments are easy to export and trace for transparency and reproducibility. For details, see Use the Conda Environment (Tutorial) and Use the SDK to Save a Custom Conda Environment (Tutorial). - New SDK method:
update_sdk_version()
Theupdate_sdk_version()
method downloads the latest version of the HISE SDK to/home/workspace/sdk
and updates that version within the current Conda environment. You must restart the kernel or terminal for the changes to take effect. For details, see Update Your SDK Version (Tutorial). - Bug fix:
get_file_descriptors()
This release includes a bug fix that correctly attaches survey results to output inget_file_descriptors()
.
2025-08-07
Two New Billing Documents Published
2025-07-31