1 Repo
Modules that extend the core functionality of a web server with new processing capabilities.
Distinct from Jupyter Interface Customizations: Distinct from Jupyter Interface Customizations: focuses on extending a Jupyter server with new endpoints, not on visual interface modifications.
Explore 1 awesome GitHub repository matching development tools & productivity · Server Extensions. Refine with filters or upvote what's useful.
Voilà is a tool that converts Jupyter notebooks into standalone interactive web applications. It renders notebook cells as HTML web components, preserving live widgets while stripping source code by default, and gives each viewer a dedicated Jupyter kernel for isolated widget state and callback execution. The project runs as a Jupyter server extension, reusing existing server infrastructure for notebook serving and authentication. It supports directory-based notebook hosting, serving all notebooks in a folder as a browsable collection of web applications from a single command. Voilà also prov
Runs as a Jupyter server extension to serve notebook-based dashboards alongside the standard Jupyter interface.