colin0brass
colin0brass
I was looking for similar. Tried a quick translation of the example linked above into Jupyter Notebook + Altair. Something like?: ``` ## altair renderer experiment ## based on: #...
Looking closer, the pattern spec is actually very straightforward to understand. See update with what I interpret to be an equivalent data-set to the original question: ``` ## altair renderer...
Hi @feldmangregory , I (on Mac) tend to see that sort of "no enabled saver found ..." type of message when the version of chromedriver is not up to date....
Hi @feldmangregory , shame, ok I guess I was too-quickly jumping to specifics of what worked for my setup. I suggest you take a look and check the altair_saver setup...
This is still an issue (experienced this week both developing on Mac M1, and deploying on Raspberry PI Bullseye aarch64). Thankfully source code install resolved the issue for me on...
Hi @Noor-Kalibbala, For me, normal pip (binary) install gave either a black screen or sometimes a crash (on Mac vs Raspberry Pi ... I forget now which did what ...)...
Thanks @misl6 , yes that worked. I did the following (on Raspberry Pi 4): ``` # uninstalled previous --no-binary install (2.1.0 source compile) pip uninstall kivy # tested with current...
I experienced this too (in zsh shell, on Mac). For me it was the shell trying to pre-process the command line including the square brackets, before passing it to the...