Added time unit (i.e. seconds) in `timeit.timeit()` in `intro_to_graph`
Added time unit (i.e. seconds) in timeit.timeit() in intro_to_graph to make it easily understand by users.
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
@harshdhamecha Since the bot isn't applied formatting automatically, here's what the CI error message says :
Format notebook: site/en/guide/intro_to_graphs.ipynb
[test] The following notebooks are not formatted:
- site/en/guide/intro_to_graphs.ipynb
Please install `nbfmt` and format:
$ python3 -m pip install -U --user git+https://github.com/tensorflow/docs
$ python3 -m tensorflow_docs.tools.nbfmt notebook.ipynb
So, if you can:
$ python3 -m pip install -U --user git+https://github.com/tensorflow/docs
$ python3 -m tensorflow_docs.tools.nbfmt intro_to_graph.ipynb
which should remove some vscode and other metadata.