From f5d759a4976cd725edd0b4b5120c1630b3f1dd65 Mon Sep 17 00:00:00 2001 From: Ryan McCormick Date: Thu, 18 Apr 2019 15:07:45 -0700 Subject: [PATCH] Change cell type from "code" to "markdown" (#304) --- tensorflow_v2/notebooks/0_Prerequisite/ml_introduction.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow_v2/notebooks/0_Prerequisite/ml_introduction.ipynb b/tensorflow_v2/notebooks/0_Prerequisite/ml_introduction.ipynb index aa271e04..226dd66f 100644 --- a/tensorflow_v2/notebooks/0_Prerequisite/ml_introduction.ipynb +++ b/tensorflow_v2/notebooks/0_Prerequisite/ml_introduction.ipynb @@ -1,7 +1,7 @@ { "cells": [ { - "cell_type": "code", + "cell_type": "markdown", "execution_count": null, "metadata": {}, "outputs": [],