elyra VS ipyflow

Compare elyra vs ipyflow and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
elyra ipyflow
2 20
1,773 1,073
1.7% 1.8%
6.4 9.5
8 days ago 24 days ago
Python Python
Apache License 2.0 BSD 3-clause "New" or "Revised" 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.

elyra

Posts with mentions or reviews of elyra. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-10.
  • Introducing Elyra pipelines with custom component support
    3 projects | dev.to | 10 Aug 2021
    The Elyra open source project for JupyterLab aims to simplify common data science tasks. Its most popular feature is the Visual Pipeline Editor, which is used to create pipelines without the need for coding. You can run these pipelines in JupyterLab or on Kubeflow Pipelines or Apache Airflow.
  • What's new in Elyra 2.0
    6 projects | dev.to | 1 Feb 2021
    During the past year we have received many suggestions and feedback from users like you. We appreciate your input and encourage you to stay involved. Open GitHub issues, reach out on gitter, post in our new forum, or join our weekly community meeting.

ipyflow

Posts with mentions or reviews of ipyflow. 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 :)

  • React Jam just started, making a game in 13 days with React
    5 projects | news.ycombinator.com | 26 Dec 2023
    Np.

    From https://news.ycombinator.com/context?id=35887168 re: ipyflow I learned about ReactiveX for Python (RxPY) https://rxpy.readthedocs.io/en/latest/ .

    https://github.com/ipyflow/ipyflow :

    > IPyflow is a next-generation Python kernel for Jupyter and other notebook interfaces that tracks dataflow relationships between symbols and cells during a given interactive session, thereby making it easier to reason about notebook state.

    FWIU e.g. panda3d does not have a react or rxpy-like API, but probably does have a component tree model?

    https://news.ycombinator.com/item?id=38527552 :

    >> It actually looks like pygame-web (pygbag) supports panda3d and harfang in WASM

    > Harfang and panda3d do 3D with WebGL, but FWIU not yet agents in SSBO/VBO/GPUBuffer

  • The GitHub Black Market That Helps Coders Cheat the Popularity Contest
    2 projects | news.ycombinator.com | 23 Oct 2023
    > Another giveaway is the ratio of stars to watchers / forks. I remember one project with thousands of stars but only 10 users "watching" it. They went on to raise a sizable seed round too.

    Not necessarily indicative of foul play. I have two projects like this (https://github.com/smacke/ffsubsync and https://github.com/ipyflow/ipyflow) and I attribute it to not having great developer documentation.

  • Python 3.12
    6 projects | news.ycombinator.com | 2 Oct 2023
    It's not in the highlights, but one of the things that excites me most is this: https://docs.python.org/dev/whatsnew/3.12.html#pep-669-low-i...

    > PEP 669 defines a new API for profilers, debuggers, and other tools to monitor events in CPython. It covers a wide range of events, including calls, returns, lines, exceptions, jumps, and more. This means that you only pay for what you use, providing support for near-zero overhead debuggers and coverage tools. See sys.monitoring for details.

    Low-overhead instrumentation opens up a whole bunch of interesting interactive use cases (i.e. Jupyter etc.), and as the author of one library that relies heavily on instrumentation (https://github.com/ipyflow/ipyflow), I'm very keen to explore the possibilities here.

  • Excel Labs, a Microsoft Garage Project
    4 projects | news.ycombinator.com | 26 May 2023
  • GitHub - ipyflow/ipyflow: A reactive Python kernel for Jupyter notebooks
    1 project | /r/Python | 22 May 2023
  • IPython kernel alternatives
    1 project | /r/datascience | 11 May 2023
    You’re looking for reactive kernels: https://github.com/ipyflow/ipyflow
  • IPyflow: Reactive Python Notebooks in Jupyter(Lab)
    1 project | /r/patient_hackernews | 10 May 2023
    1 project | /r/hackernews | 10 May 2023
    1 project | /r/hypeurls | 10 May 2023

What are some alternatives?

When comparing elyra and ipyflow you can also consider the following projects:

Airflow - Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

ploomber - The fastest ⚡️ way to build data pipelines. Develop iteratively, deploy anywhere. ☁️

sagemaker-run-notebook - Tools to run Jupyter notebooks as jobs in Amazon SageMaker - ad hoc, on a schedule, or in response to events

osxphotos - Python app to work with pictures and associated metadata from Apple Photos on macOS. Also includes a package to provide programmatic access to the Photos library, pictures, and metadata.

argo - Workflow Engine for Kubernetes

nopdb - NoPdb: Non-interactive Python Debugger

jupyterlab-lsp - Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol

subtls - A proof-of-concept TypeScript TLS 1.3 client

airflow-docker - Source code of the Apache Airflow Tutorial for Beginners on YouTube Channel Coder2j (https://www.youtube.com/c/coder2j)

quarto-cli - Open-source scientific and technical publishing system built on Pandoc.

debugger - A visual debugger for Jupyter notebooks, consoles, and source files

bokeh - Interactive Data Visualization in the browser, from Python