Домой United States USA — software How to Create a WhizzML Script (Part 3)

How to Create a WhizzML Script (Part 3)

255
0
ПОДЕЛИТЬСЯ

In this third post about WhizzML basics, you’ll learn more about tools to create WhizzML scripts. We already covered how to manipulate WhizzML scripts from t…
In this third post about WhizzML basics, you’ll learn more about tools to create WhizzML scripts. We already covered how to manipulate WhizzML scripts from the Gallery. We also learned how to do the same via Scriptify and the Script Editor. For a quick reminder, go to the previous posts — here’s Part 1 and here’s Part 2! In this tutorial, you’ll discover two new powerful scripting scenarios that will help you build complicated workflows: GitHub and BigMLer. Let’s dive in!
Once you are in the scripts section, you can create a new script by using the editor, create a new script from an existing one, or (you guessed it) import one from GitHub.
Using BigMLer (BigML’s command line tool) , you can execute WhizzML scripts, too. You just have to remember to use the sub command execute. Let’s see some examples.
So it isn’t rocket science. Now it’s your turn to try it! Of course, remember to install and authenticate yourself before typing your BigMLer command lines.
Now you know how to create a WhizzML script in more ways. But we’re not quite finished yet! The next step will be discovering how to use the bindings to create scripts and libraries. Stay tuned.

Continue reading...