Meerkat in 5 Minutes
Contents
Meerkat in 5 Minutes¶
Once Meerkat is installed, make sure everything is working by running
mk check
A First Interactive GUI¶
To start playing around with Meerkat, create or open any directory and run,
mk helloworld
This creates a helloworld.py script in your current directory. Run with
mk run helloworld.py
and it should open a browser window with a simple interactive GUI.
Next Steps:
To learn more about how to use Meerkat DataFrames, head over to [TODO].
For a tutorial on how to build a custom interface with Meerkat, check out [TODO].
To dive deeper into the Meerkat API, check out [TODO].