From ef0aaede49b511bd04cc0fb524a8c7282015ada9 Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 8 Jan 2025 10:40:37 +0000 Subject: [PATCH] Update 2023-07-25-interactive-code-snippets.md --- _posts/2023-07-25-interactive-code-snippets.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/2023-07-25-interactive-code-snippets.md b/_posts/2023-07-25-interactive-code-snippets.md index e67d9d9..0e95d7e 100644 --- a/_posts/2023-07-25-interactive-code-snippets.md +++ b/_posts/2023-07-25-interactive-code-snippets.md @@ -10,6 +10,8 @@ alt: A screenshot of a small javascript widget that lets you evaluate python cod load_klipse: true --- +UPDATE: Since playing with klipse for a little while I'm not sure I would necessarily recommend it. I've run into quite a few issues getting it to work nicely. + On this excellent [personal site](http://lambdafunk.com/) I saw [Klipse](https://github.com/viebel/klipse), a little js library that lets you modify and execute code snippets in blogs. How cute! ```klipse-python