Torfinn @heim

Just another Ivy site

Ivy og "quirks"

Noe er det med alt


He, i dag fant jeg ut at Ivy har en særegenhet: hvis du skriver filer i Markdown (.md) og putter kodeblokker (code blocks) i fila, så blir rendringen av den ikke så bra - alle linjer i kodeblokken vises på en linje. Hvis du derimot skriver i Monk (.monk) som "bare" er en utvidet Markdown, så funker det helt fint. Oh well.

2021-03-11

Ivy has moved on. The current version of Ivy (and a few older versions) requires Python 3.8. Which is hard when you use it on a shared host, which runs Debian 10 "Buster" and only has Python 3.7. So I had to figure out how to install an older version of Ivy, like so pip3 install --user 'ivy==2.8.0' but then it failed on ibis. In the end, this command worked: pip3 install --user 'ivy==2.8.0' 'ibis==1.6.0' it gave me a working ivy.