awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesJupyter Interface Customizations

Tools for modifying the visual properties, layout, and themes of Jupyter notebook environments.

Distinguishing note: No candidate covers general visual customization of the Jupyter interface; others focus on curricula or specific plugins.

Explore 4 awesome GitHub repositories matching development tools & productivity · Jupyter Interface Customizations. Refine with filters or upvote what's useful.

Awesome Jupyter Interface Customizations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • dunovank/jupyter-themesAvatar von dunovank

    dunovank/jupyter-themes

    9,822Auf GitHub ansehen↗

    jupyter-themes is a Jupyter Notebook theme manager and CSS interface customizer. It provides a command line tool to apply custom color schemes, fonts, and layout styles to notebook environments. The project includes a data visualization styling tool that synchronizes the aesthetic properties and color schemes of plotting libraries with the active interface theme. This ensures that data charts and figures remain visually consistent with the overall workspace theme.

    Allows changing colors, fonts, and layout of the Jupyter interface to create a preferred visual workspace.

    CSScssjupyterjupyter-notebook
    Auf GitHub ansehen↗9,822
  • voila-dashboards/voilaAvatar von voila-dashboards

    voila-dashboards/voila

    5,935Auf GitHub ansehen↗

    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.

    Python
    Auf GitHub ansehen↗5,935
  • ipython-contrib/jupyter_contrib_nbextensionsAvatar von ipython-contrib

    ipython-contrib/jupyter_contrib_nbextensions

    5,276Auf GitHub ansehen↗

    This project is a collection of community-developed plugins and a modular framework designed to extend the functionality of the Jupyter notebook environment. It serves as a customization tool that modifies the browser-based workspace through a system of injected scripts, stylesheets, and interactive components. The framework manages the lifecycle and registration of independent interface components using metadata-driven configuration. This allows users to enable or disable specific tools via a configuration menu to tailor the workspace without modifying the core application source code. The

    Provides a framework for modifying the visual properties, layout, and interface tools of Jupyter notebook environments.

    JavaScript
    Auf GitHub ansehen↗5,276
  • damianavila/riseAvatar von damianavila

    damianavila/RISE

    3,739Auf GitHub ansehen↗

    RISE is an interactive notebook presentation tool and slideshow manager designed to transform Jupyter and IPython notebooks into structured slide decks. It functions as an extension that allows a user to toggle between a standard editable notebook view and a full-screen slideshow format during live demonstrations. The system utilizes the Reveal.js framework to render notebook cells as formatted slides, mapping Jupyter metadata to determine slide breaks and fragment sequences. This integration enables the creation of computational slide decks where running Python code and interactive visualiza

    Embeds a dedicated slide presentation interface directly into the Jupyter notebook environment.

    JavaScript
    Auf GitHub ansehen↗3,739
  1. Home
  2. Development Tools & Productivity
  3. Jupyter Interface Customizations

Unter-Tags erkunden

  • Presentation InterfacesCustom user interface extensions specifically for rendering notebook content as presentations. **Distinct from Jupyter Interface Customizations:** Focuses on the presentation-specific layout and interface rather than general visual themes or settings.
  • Server ExtensionsModules 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.