gather VS jupyter-cache

Compare gather vs jupyter-cache and see what are their differences.

gather

Spit shine for Jupyter notebooks 🧽✨ (by microsoft)

jupyter-cache

A defined interface for working with a cache of executed jupyter notebooks (by executablebooks)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
gather jupyter-cache
1 1
526 44
0.4% -
0.0 3.8
7 months ago 16 days ago
Jupyter Notebook Jupyter Notebook
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

gather

Posts with mentions or reviews of gather. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-12.
  • Show HN: Marimo – an open-source reactive notebook for Python
    13 projects | news.ycombinator.com | 12 Jan 2024
    You're probably referring to nbgather (https://github.com/microsoft/gather), which shipped with VSCode for a while.

    nbgather used static slicing to get all the code necessary to reconstruct some cell. I actually worked with Andrew Head (original nbgather author) and Shreya Shankar to implement something similar in ipyflow (but with dynamic slicing and a not-as-nice interface): https://github.com/ipyflow/ipyflow?tab=readme-ov-file#state-...

    I have no doubt something like this will make its way into marimo's roadmap at some point :)

jupyter-cache

Posts with mentions or reviews of jupyter-cache. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-12.
  • Show HN: Marimo – an open-source reactive notebook for Python
    13 projects | news.ycombinator.com | 12 Jan 2024
    Exactly my thoughts too, especially regarding reproducibility issues Quarto has been great in the past for projects at my workplace.

    I have yet to try Marimo but synchronised code cells are what seems to set it apart. Quarto + jupyter-cache [1] was the closest I have managed to get to that experience but that approach has its constraints.

    [1]: https://github.com/executablebooks/jupyter-cache

What are some alternatives?

When comparing gather and jupyter-cache you can also consider the following projects:

vscode-reactive-jupyter - A simple Reactive Python Extension for Visual Studio Code

jupyter-vim-binding - Jupyter meets Vim. Vimmer will fall in love.

mermaid - Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown

ruff - An extremely fast Python linter and code formatter, written in Rust.

ipyflow - A reactive Python kernel for Jupyter notebooks.