Skip to content

Commit e63f165

Browse files
authored
Update README.md
1 parent e7b6c96 commit e63f165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Convert your Python source code to Jupyter notebook with **zero intervention**.
55

6-
Here is an example of a `.py` file.
6+
Convert this source Python file:
77

88
```python
99
# Evaluate the model
@@ -25,7 +25,7 @@ print(type(data))
2525
images = list(zip(mnist.images))
2626
```
2727

28-
which translates to the following:
28+
to the following Jupyter notebook:
2929

3030
![example](screenshot.png)
3131

0 commit comments

Comments
 (0)