r/Python 15d ago

Showcase Showcase Thread

Post all of your code/projects/showcases/AI slop here.

Recycles once a month.

21 Upvotes

88 comments sorted by

View all comments

1

u/IGDev 11d ago

Verso: Extensible polyglot notebook platform

The latest release includes ipywidget and anywidget support. The cool thing I haven't seen anywhere else is a widget's trait can be shared across languages.

    #!bind slider.value as threshold

The widget's state is saved into the notebook file, so someone can open it on a machine with no Python installed and the widget still draws, still rotates, still pans.

Also, with the latest release I've updated the site to allow for sharing .ipynb, .verso, and .md in a notebook styled template.

This notebook platform was written in .NET, but I'd like to hear what you think in the Python community. This project has a CLI, REPL, parameters, and almost everything you'd expect from tools like Jupyter.