Unit testing Python code in Jupyter notebooks

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • testbook

    ๐Ÿงช ๐Ÿ“— Unit test your Jupyter Notebooks the right way

  • The testbook project is a different take on notebook unit testing. It allows you to refer to your notebooks in pure Python code from outside a notebook. This allows you to use any testing framework you like (for example, pytest, or unittest) in separate Python modules. You may have a situation where allowing users to modify and update notebook code is the best way to keep code updated and to allow for flexibility for end users. But you may prefer that the code still be tested and verified separately. Testbook makes this an option.

  • 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.

    InfluxDB logo
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

  • How to raise the quality of scientific Jupyter notebooks

    9 projects | dev.to | 11 Jan 2023
  • Dirty-Equals

    1 project | news.ycombinator.com | 25 Feb 2022
  • Doing dirty (but extremely useful) things with equals.

    1 project | /r/Python | 25 Feb 2022
  • Alternative Chunking Methods

    1 project | news.ycombinator.com | 30 Apr 2024
  • IPyVizzu: Build animated charts with simple Python syntax

    1 project | news.ycombinator.com | 24 Mar 2024