This repository is home to the ZenML VS Code Quickstart. The quickstart is a VS Code extension that will guide you through getting started with ZenML.
To run this extension directly in GitHub Codespaces, follow these steps:
- Click on the "Code" button and select "Open with Codespaces".
- Once the Codespace is ready (This will take a few minutes), the extension will automatically load within your development environment.
To run this extension locally, follow these steps:
Clone the repository to your local machine
- Open Visual Studio Code.
- You should be prompted to open the project in a devcontainer if you have the Dev Containers extension installed. If not, open the project by selecting "Dev Containers: Reopen in Container" from the VS Code command palette.
- Once the container is built (will take a few minutes, depending on your network connection and hardware) and prerequisites are installed the extension will open in the Dev Container.
Once the extension is loaded, follow the tutorial to learn how to use ZenML!
If you're interested in contributing, please head over to the development repository here.