JupyterCon 2023

Martin RENOU

Martin Renou is a Technical Director at QuantStack. Prior to joining QuantStack, Martin also worked as a Software Developer at Enthought. He studied at the French Aerospace Engineering School ISAE-Supaero, with a major in autonomous systems and programming.

As an open-source developer, Martin has worked on a variety of projects, such as ipygany (a 3-D mesh visualization library for the Jupyter Notebook) and ipympl (an interactive Matplotlib backend for Jupyter)

Passionate about 3-D rendering and computer graphics, Martin has also developed a 3-D Chess GUI based on OpenGL, and an interactive canvas library during his spare time.

Martin is the main author of xeus-python, he worked on xtensor and xsimd, and is now working on Jupyter interactive widgets.

Furthermore, Martin is a Jupyter Distinguished Contributor.

The speaker's profile picture

Sessions

05-11
11:30
30min
And Voilà!
Martin RENOU, Trung Le

Voilà can turn Jupyter notebooks into interactive dashboards without any modifications. This means that the millions of notebooks shared on GitHub and other online venues are just as many potential interactive dashboards. Unlike classical HTML-converted Notebooks, each user connected to a Voilà dashboard gets a live Jupyter kernel that can execute callbacks, making the dashboard interactive using e.g. Jupyter widgets.

In this talk we will present the latest updates on the Voilà open-source project, including the recent move to using components from the JupyterLab project for the rendering, enabling support for rich mime type renderers. We will also demo the ongoing work on using in-browser Python kernels from JupyterLite.

Community: Tools and Practices
Gaston Berger