pgcontents VS stack_data

Compare pgcontents vs stack_data and see what are their differences.

pgcontents

A Postgres-backed ContentsManager implementation for Jupyter (by quantopian)
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
pgcontents stack_data
2 2
149 39
0.0% -
0.0 5.8
about 1 year ago 7 months ago
Python Python
Apache License 2.0 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.

pgcontents

Posts with mentions or reviews of pgcontents. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-29.
  • Jupyter Notebooks.
    2 projects | /r/datascience | 29 Jun 2022
    First, the format. The ipynb format does not play nicely with git since it stores the cell's source code and output in the same file. But Jupyter has built-in mechanisms to allow other formats to look like notebooks. For example, here's a library that allows you to store notebooks on a postgres database (I know this isn't practical, but it's a great example). To give more practical advice, jupytext allows you to open .py files as notebooks. So you can develop interactively but in the backend, you're storing .py files.
  • Release of IPython 8.0
    18 projects | news.ycombinator.com | 12 Jan 2022
    First, yes, this is a common question. IPython does not try to deal with that, it's just the executing engine.

    Notebooks, do not have to be stored in ipynb form, I would suggest to look at https://github.com/mwouts/jupytext, and notebook UI is inherently not design for multi-file and application developpement. So training humans will always be necessary.

    Technically Jupyter Notebook does not even care that notebooks are files, you could save then using say postgres (https://github.com/quantopian/pgcontents) , and even sync content between notebooks.

    I'm not too well informed anymore on this particular topic, but there are other folks at https://www.quansight.com/ that might be more aware, you can also ask on discourse.jupyter.org, I'm pretty sure you can find threads on those issues.

    I think on the Jupyter side we could do a better job curating and exposing many tools to help with that, but there are just so many hours in the day...

    I also recommend I don't like notebook from Joel Grus, https://www.youtube.com/watch?v=7jiPeIFXb6U it's a really funny talk, a lot of the points are IMHO invalid as Joel is misinformed on how things can be configured, but still a great watch.

stack_data

Posts with mentions or reviews of stack_data. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-07.
  • Show HN: A 100% free and interactive Python course for coding beginners
    20 projects | news.ycombinator.com | 7 Jan 2023
    - https://github.com/alexmojaki/cheap_repr (not a debugger, but used by the above two as well as directly by futurecoder)

    Tracebacks:

    - https://github.com/alexmojaki/stack_data (this is also what powers the new IPython tracebacks)

  • Release of IPython 8.0
    18 projects | news.ycombinator.com | 12 Jan 2022
    AST in a more general concept see https://en.wikipedia.org/wiki/Abstract_syntax_tree, it basically turn your text into a tree where f(a) + f(b) is `call(plus, call(f, a), call(f,b))`. Using https://github.com/alexmojaki/stack_data we can say "the error occurred in `a`, while trying to call `f`, while calling `plus`, get the range in the original text and make them yellow.

What are some alternatives?

When comparing pgcontents and stack_data you can also consider the following projects:

jupyter_console - Jupyter Terminal Console

mercury - Convert Jupyter Notebooks to Web Apps

bpython - bpython - A fancy curses interface to the Python interactive interpreter

cheap_repr - Better version of repr/reprlib for short, cheap string representations in Python

nbdev - Create delightful software with Jupyter Notebooks

python_runner - Helper for running python code indirectly

jupytext - Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts

sync-message

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

papyri