We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9d32e commit 39ff7dfCopy full SHA for 39ff7df
1 file changed
check/nbformat
@@ -13,20 +13,6 @@
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
16
-################################################################################
17
-# Checks the format of Jupyter notebook (.ipynb) files using the
18
-# TensorFlow Docs notebook format checker.
19
-#
20
-# Usage:
21
-# check/nbformat [--help] [--fix]
22
23
-# By default, this script checks all .ipynb files tracked by git and exits
24
-# with a non-zero code if any notebook does not conform to the expected format.
25
26
-# With '--fix', the script reformats the notebooks in place instead of just
27
-# reporting errors.
28
29
-
30
set -euo pipefail
31
32
declare -r usage="\
0 commit comments