Skip to content

Commit

Permalink
notebook image refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
jlooper committed Oct 1, 2021
1 parent 8f32aaa commit f0ef112
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 2-Regression/1-Tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ In this folder, you will find the file _notebook.ipynb_.
hello notebook
```
![VS Code with a notebook open](images/notebook.png)
![VS Code with a notebook open](images/notebook.jpg)
You can interleaf your code with comments to self-document the notebook.
Expand Down
Binary file added 2-Regression/1-Tools/images/notebook.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed 2-Regression/1-Tools/images/notebook.png
Binary file not shown.
2 changes: 1 addition & 1 deletion 2-Regression/1-Tools/translations/README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Un servidor de Jupyter comenzará con Python 3+ iniciado. Encontrará áreas del
hello notebook
```
![VS Code con un cuaderno abierto](images/notebook.png)
![VS Code con un cuaderno abierto](../images/notebook.jpg)
Puede intercalar su código con comentarios para autodocumentar el cuaderno.
Expand Down
2 changes: 1 addition & 1 deletion 2-Regression/1-Tools/translations/README.id.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Dalam folder ini, kamu akan menemukan file _notebook.ipynb_.
hello notebook
```
![Sebuah *notebook* yang dibuka di VS Code](images/notebook.png)
![Sebuah *notebook* yang dibuka di VS Code](../images/notebook.jpg)
Kamu bisa menyelipkan catatan-catatan antara kodemu untuk mendokumentasi *notebook*-nya.
Expand Down
2 changes: 1 addition & 1 deletion 2-Regression/1-Tools/translations/README.it.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ In questa cartella, si troverà il file _notebook.ipynb_.
hello notebook
```
![VS Code con un notebook aperto](../images/notebook.png)
![VS Code con un notebook aperto](../images/notebook.jpg)
Si può inframezzare il codice con commenti per auto documentare il notebook.
Expand Down
2 changes: 1 addition & 1 deletion 2-Regression/1-Tools/translations/README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
hello notebook
```
![VS Codeで開いたノートブック](../images/notebook.png)
![VS Codeで開いたノートブック](../images/notebook.jpg)
コードにコメントを追加することで、ノートブックをセルフドキュメント化することができます。
Expand Down
2 changes: 1 addition & 1 deletion 2-Regression/1-Tools/translations/README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
hello notebook
```
![VS Code with a notebook open](../images/notebook.png)
![VS Code with a notebook open](../images/notebook.jpg)
코드에 주석을 넣어서 노트북이 자체적으로 문서화 할 수 있게 할 수 있습니다.
Expand Down
2 changes: 1 addition & 1 deletion 2-Regression/1-Tools/translations/README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Notebooks 是一个交互式环境,允许开发人员编写代码并添加注
hello notebook
```
![打开 notebook 的 VS Code](../images/notebook.png)
![打开 notebook 的 VS Code](../images/notebook.jpg)
你可以为你的代码添加注释,以便 notebook 可以自描述。
Expand Down

0 comments on commit f0ef112

Please sign in to comment.