Skip to content

Instantly share code, notes, and snippets.

View exemartinez's full-sized avatar

Ezequiel Martinez exemartinez

View GitHub Profile
@exemartinez
exemartinez / index.html
Created December 16, 2019 21:02
from colab to vega-lite
<!DOCTYPE html>
<html>
<head>
<style>
.error {
color: red;
}
</style>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm//vega@5"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm//vega-lite@4.0.0"></script>