joouha

↗ HN profile [ 75.4 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I modified my terminal Jupyter client, euporie [1], to run using pyodide in the browser. It's akin to JupyterLite, providing a temporary online Python notebook environment without the need to install any Python…

  2. I've invented a new alternative to forking / vendoring / monkey-patching packages in Python. It's a bit like OverlayFS for Python modules - it allows you write modifications for a target module (lower) in a new module…

  3. I've been working on a new terminal console for interacting with Jupyter kernels. It can display rich output in the terminal, including images (using Sixel / Kitty / iTerm2 terminal graphics protocols), ipywidgets,…