From 429e134340064fc8e58d062071a748d148f73e78 Mon Sep 17 00:00:00 2001 From: Cheng Ren Date: Mon, 4 Jan 2021 19:21:39 -0800 Subject: [PATCH] add notebook formatting instruction in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7c339ef65..94abcdea0 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,8 @@ Lint fix an individual python file with black and pyupgrade using: $ bazel run //tools/lint:lint -- black pyupgrade -- tensorflow_io/core/python/ops/version_ops.py ``` +### Notebooks/Tutorials +If you are updating or creating a notebook, please refer to the tutorials and instructions mentioned [here](https://github.com/tensorflow/io/tree/master/docs/tutorials). ### Python