perspective-python 3.7.4

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
Documentation
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.9.0/build/styles/monokai.min.css" />
<script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.9.0/build/highlight.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.9.0/build/languages/python.min.js"></script>
<script>
    hljs.highlightAll();
</script>
<style>
    code.language-python,
    code.language-bash,
    code.language-xml,
    code.language-javascript,
    pre {
        background-color: #2e2e2e;
    }

    pre code.hljs {
        padding: 0;
    }

    pre.rust,
    div.rust,
    div.javascript {
        display: none;
    }
</style>