diff --git a/docs/experiments/e230920_subcool/find_centers.ipynb b/docs/experiments/e230920_subcool/find_centers.ipynb index 8f6437a2..8ecaee7b 100644 --- a/docs/experiments/e230920_subcool/find_centers.ipynb +++ b/docs/experiments/e230920_subcool/find_centers.ipynb @@ -15,6 +15,7 @@ "execution_count": null, "metadata": { "tags": [ + "hide-input", "parameters" ] }, @@ -77,7 +78,9 @@ "cell_type": "code", "execution_count": null, "metadata": { - "tags": [] + "tags": [ + "hide-input" + ] }, "outputs": [ { @@ -122,7 +125,9 @@ "cell_type": "code", "execution_count": null, "metadata": { - "tags": [] + "tags": [ + "hide-input" + ] }, "outputs": [ { @@ -324,7 +329,9 @@ "cell_type": "code", "execution_count": null, "metadata": { - "tags": [] + "tags": [ + "hide-input" + ] }, "outputs": [ { @@ -529,7 +536,9 @@ "cell_type": "code", "execution_count": null, "metadata": { - "tags": [] + "tags": [ + "hide-input" + ] }, "outputs": [ { @@ -709,7 +718,9 @@ "cell_type": "code", "execution_count": null, "metadata": { - "tags": [] + "tags": [ + "hide-input" + ] }, "outputs": [ { @@ -914,7 +925,9 @@ "cell_type": "code", "execution_count": null, "metadata": { - "tags": [] + "tags": [ + "hide-input" + ] }, "outputs": [ { diff --git a/docs/experiments/e230920_subcool/find_contours.ipynb b/docs/experiments/e230920_subcool/find_contours.ipynb index 1ffd0a93..68f485a8 100644 --- a/docs/experiments/e230920_subcool/find_contours.ipynb +++ b/docs/experiments/e230920_subcool/find_contours.ipynb @@ -4,13 +4,19 @@ "cell_type": "markdown", "metadata": {}, "source": [ + "# Find contours\n", + "\n", "Export contours for this experiment.\n" ] }, { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "from boilercv.data.sets import get_contours_df" @@ -21,6 +27,7 @@ "execution_count": null, "metadata": { "tags": [ + "hide-input", "parameters" ] }, @@ -32,7 +39,11 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [ { "data": { diff --git a/docs/experiments/e230920_subcool/find_size.ipynb b/docs/experiments/e230920_subcool/find_size.ipynb index d1c6ecda..fd1ed1d0 100644 --- a/docs/experiments/e230920_subcool/find_size.ipynb +++ b/docs/experiments/e230920_subcool/find_size.ipynb @@ -15,6 +15,7 @@ "execution_count": null, "metadata": { "tags": [ + "hide-input", "parameters" ] }, @@ -80,7 +81,9 @@ "cell_type": "code", "execution_count": null, "metadata": { - "tags": [] + "tags": [ + "hide-input" + ] }, "outputs": [ { @@ -126,7 +129,9 @@ "cell_type": "code", "execution_count": null, "metadata": { - "tags": [] + "tags": [ + "hide-input" + ] }, "outputs": [ { @@ -341,7 +346,11 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [ { "data": { @@ -565,7 +574,9 @@ "cell_type": "code", "execution_count": null, "metadata": { - "tags": [] + "tags": [ + "hide-input" + ] }, "outputs": [ { @@ -762,7 +773,9 @@ "cell_type": "code", "execution_count": null, "metadata": { - "tags": [] + "tags": [ + "hide-input" + ] }, "outputs": [ { @@ -1046,7 +1059,9 @@ "cell_type": "code", "execution_count": null, "metadata": { - "tags": [] + "tags": [ + "hide-input" + ] }, "outputs": [ { diff --git a/docs/experiments/e230920_subcool/find_tracks.ipynb b/docs/experiments/e230920_subcool/find_tracks.ipynb index c115c6ed..bc149ccb 100644 --- a/docs/experiments/e230920_subcool/find_tracks.ipynb +++ b/docs/experiments/e230920_subcool/find_tracks.ipynb @@ -5,7 +5,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Track bubbles\n", + "# Find tracks\n", "\n", "Compare experimental bubble histories to bubble history correlations. Bubble detection and linking performed by Trackpy, an implementation of the Crocker-Grier algorithm [@allanTrackpy2018; @crockerMethodsDigitalVideo1996].\n" ] @@ -15,6 +15,7 @@ "execution_count": null, "metadata": { "tags": [ + "hide-input", "parameters" ] }, @@ -102,7 +103,11 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "PATH_TIME = TIME.replace(\":\", \"-\")\n", @@ -141,7 +146,11 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "tracks = (\n", @@ -210,7 +219,11 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "figure, ax = subplots()\n", @@ -274,7 +287,11 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "departing_long_lived_objects = (\n", @@ -364,7 +381,11 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "figure, ax = subplots()\n", @@ -427,7 +448,11 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "object_averages = (\n", @@ -490,7 +515,11 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "figure, ax = subplots()\n", diff --git a/docs/experiments/e230920_subcool/find_tracks_trackpy.ipynb b/docs/experiments/e230920_subcool/find_tracks_trackpy.ipynb index 2925497a..984faf12 100644 --- a/docs/experiments/e230920_subcool/find_tracks_trackpy.ipynb +++ b/docs/experiments/e230920_subcool/find_tracks_trackpy.ipynb @@ -13,7 +13,11 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "import numpy as np\n", @@ -71,6 +75,7 @@ "execution_count": null, "metadata": { "tags": [ + "hide-input", "parameters" ] }, @@ -83,7 +88,11 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "PATH_TIME = TIME.replace(\":\", \"-\")\n", @@ -143,7 +152,11 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [ { "data": { @@ -196,7 +209,11 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [ { "data": { @@ -531,7 +548,11 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [ { "data": { @@ -593,7 +614,11 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [ { "data": { @@ -694,7 +719,11 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [ { "data": { @@ -768,7 +797,11 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "object_averages = (\n", @@ -831,7 +864,11 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [ { "data": { diff --git a/docs/experiments/e230920_subcool/get_thermal_data.ipynb b/docs/experiments/e230920_subcool/get_thermal_data.ipynb index 1cc5f2a6..efadffc0 100644 --- a/docs/experiments/e230920_subcool/get_thermal_data.ipynb +++ b/docs/experiments/e230920_subcool/get_thermal_data.ipynb @@ -1,9 +1,20 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Get thermal data\n" + ] + }, { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "from pandas import DataFrame, read_csv\n", @@ -17,6 +28,7 @@ "execution_count": null, "metadata": { "tags": [ + "hide-input", "parameters" ] }, @@ -33,7 +45,11 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "data = (\n", @@ -64,7 +80,11 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "data" @@ -73,7 +93,11 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "ax = data[[\"subcool\", \"superheat\"]].rename(columns=lambda col: col.capitalize()).plot()\n", @@ -84,7 +108,11 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "ax = data[[BASE_TEMP]].rename(columns={BASE_TEMP: \"Base temperature\"}).plot()\n", @@ -99,7 +127,11 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "scatterplot(\n", diff --git a/docs/notebooks/clean_docs_notebook.ipynb b/docs/notebooks/clean_docs_notebook.ipynb index dde178fa..72f1deab 100644 --- a/docs/notebooks/clean_docs_notebook.ipynb +++ b/docs/notebooks/clean_docs_notebook.ipynb @@ -3,7 +3,11 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "from pathlib import Path\n",