Interactive tutorials for learning Vega.
To build and view the tutorial files locally, follow these steps. We assume that you have npm installed.
- Run
npm installin the vega-tutorials folder to install dependencies. - Run
npm run build. This will create abuildfolder, generate web pages for each tutorial, and copy over all necessary resources. - Run a local webserver (e.g.,
python -m SimpleHTTPServer 8000) in thebuildfolder and then point your web browser at it (e.g.,http://localhost:8000/). Each tutorial resides in its own sub-folder.