Skip to content

Instantly share code, notes, and snippets.

@Banashek
Banashek / prettmaps-fablepy.fs
Created July 21, 2022 19:42
Quick and dirty fable-py prettymaps. Very dynamic for proof of concept.
open Fable.Core
open Fable.Core.PyInterop
open Fable.Python.Json
[<ImportAll("sys")>]
let sys: obj = nativeOnly
let prettymaps: obj = importAll "prettymaps"
let matplotlib: obj = importAll "matplotlib"