awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
M

man-group/notebooker

0
View on GitHub↗
0 stars·0 forks·5 views

Notebooker

Features

  • Jupyter Ecosystem - Productionizing and scheduling notebook execution.

Star history

Star history chart for man-group/notebookerStar history chart for man-group/notebooker

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Notebooker

Similar open-source projects, ranked by how many features they share with Notebooker.
  • connorferster/handcalcsconnorferster avatar

    connorferster/handcalcs

    5,805View on GitHub↗

    handcalcs is a mathematical documentation generator and Python LaTeX calculation renderer. It serves as an automated calculation sheet tool that converts Python code and numeric calculations into formatted LaTeX mathematical documentation, functioning as both a symbolic math formatter and a Jupyter notebook math extension. The project transforms Python variable names into Greek symbols, subscripts, and standard mathematical notation. It converts code into formatted mathematical expressions that display the original formula, the numeric substitution, and the final result, allowing for the crea

    CSS
    View on GitHub↗5,805
  • damianavila/risedamianavila avatar

    damianavila/RISE

    3,739View on GitHub↗

    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

    JavaScript
    View on GitHub↗3,739
  • jupyter/nbdimejupyter avatar

    jupyter/nbdime

    2,835View on GitHub↗

    Tools for diffing and merging of Jupyter notebooks.

    TypeScript
    View on GitHub↗2,835
  • nteract/papermillnteract avatar

    nteract/papermill

    6,451View on GitHub↗

    Papermill is a Jupyter notebook execution engine and parameterization framework designed to run notebooks programmatically. It allows users to inject custom input values into notebooks to execute the same logic across different datasets, transforming interactive notebooks into reproducible data science pipelines. The project functions as a language-agnostic notebook runner and orchestrator, supporting kernels for Python, R, Julia, and Scala. It is distinguished by its cloud-integrated runner capabilities, featuring built-in handlers to read and write notebooks directly to storage providers su

    Python
    View on GitHub↗6,451
See all 6 alternatives to Notebooker→

Frequently asked questions

What are the main features of man-group/notebooker?

The main features of man-group/notebooker are: Jupyter Ecosystem.

What are some open-source alternatives to man-group/notebooker?

Open-source alternatives to man-group/notebooker include: connorferster/handcalcs — handcalcs is a mathematical documentation generator and Python LaTeX calculation renderer. It serves as an automated… damianavila/rise — RISE is an interactive notebook presentation tool and slideshow manager designed to transform Jupyter and IPython… jupyter/nbdime — Tools for diffing and merging of Jupyter notebooks. nteract/papermill — Papermill is a Jupyter notebook execution engine and parameterization framework designed to run notebooks… posit-dev/positron — Positron is a data science integrated development environment and AI-powered code editor designed for polyglot… quantstack/voila.