Skip to main content

Load Model Code Directly From Your Laptop

· 3 min read

You can now start any job type from model code stored on your local computer without committing the code to a git repository. In combination with the proxiML CLI, starting a notebook from your local computer is as simple as:

proximl job create notebook --model-dir ~/model-code --data-dir ~/data "My Notebook"

Dataset Viewing

· One min read

You can now view summary details of the contents of a created dataset from the user interface.