Jupyter Notebooks.

This page summarizes the projects mentioned and recommended in the original post on /r/datascience

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. pgcontents

    A Postgres-backed ContentsManager implementation for Jupyter

    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.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. jupytext

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

    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.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • The hatred towards jupyter notebooks

    2 projects | /r/datascience | 12 Mar 2023
  • Two questions regarding working with jupyter notebooks (git, vim)

    1 project | /r/learnprogramming | 14 Dec 2022
  • What features an ideal IDE for Python notebooks should have?

    4 projects | /r/Python | 15 Nov 2021
  • Notebook to Production [D]

    1 project | /r/MachineLearning | 12 Oct 2021
  • Show HN: Jupytext.nvim

    2 projects | news.ycombinator.com | 28 Dec 2024

Did you know that Python is
the 2nd most popular programming language
based on number of references?