File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -257,9 +257,10 @@ is a hosted notebook environment that makes it easy to edit—and run—notebook
257
257
documentation. Notebooks in GitHub are loaded in Google Colab by passing the
258
258
path to the Colab URL, for example,
259
259
the notebook located in GitHub here:
260
- <a href =" https:// g ; ithub.com/tensorflow/docs/blob/master/site/en/tutorials/keras/classification.ipynb " >https:// g ; ithub.com/tensorflow/docs/blob/master/site/en/tutorials/keras/classification.ipynb</a ><br />
260
+ <a href =" https://g ; ithub.com/tensorflow/docs/blob/master/site/en/tutorials/keras/classification.ipynb " >https://g ; ithub.com/tensorflow/docs/blob/master/site/en/tutorials/keras/classification.ipynb</a ><br />
261
261
can be loaded into Google Colab at this URL:
262
262
<a href =" https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/tutorials/keras/classification.ipynb " >https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/tutorials/keras/classification.ipynb </a >
263
+ <!-- github.com path intentionally formatted to hide from import script. -->
263
264
264
265
There is an
265
266
<a href =" https://chrome.google.com/webstore/detail/open-in-colab/iogfkhleblhcpcekbiedikdehleodpjo " class =" external " >Open in Colab</a >
@@ -385,7 +386,7 @@ tool for the translated notebooks:
385
386
<code class =" devsite-terminal " >./tools/nb_code_sync.py [--lang=en] site/<var >lang</var >/notebook.ipynb</code >
386
387
</pre >
387
388
388
- This script reads the code cells of a language notebook and check it against the
389
+ This script reads the code cells of a language notebook and checks it against the
389
390
English version. After stripping the comments, it compares the code blocks and
390
391
updates the language notebook if they are different. This tool is particularly
391
392
useful with an interactive git workflow to selectively add hunks of the file to
You can’t perform that action at this time.
0 commit comments