Skip to content

Commit 1efe99c

Browse files
committed
Update readme
1 parent 8a8f665 commit 1efe99c

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313

1414
## Usage
1515

16-
* Create a new Jupyter notebook: `jupyter-notebook`
17-
* Change the kernel to `C`
16+
* Open the example notebook: `jupyter-notebook example-notebook.ipynb`
1817
* Enjoy!
18+
19+
## Example of notebook
20+
21+
![Example of notebook](example-notebook.png?raw=true "Example of notebook")
22+

Example of C notebook.ipynb example-notebook.ipynb

-9
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,6 @@
136136
"source": [
137137
"You can see that the errors and warnings are shown, but the code is not executed. The retcode is also added to the end of `stderr`"
138138
]
139-
},
140-
{
141-
"cell_type": "code",
142-
"execution_count": null,
143-
"metadata": {
144-
"collapsed": true
145-
},
146-
"outputs": [],
147-
"source": []
148139
}
149140
],
150141
"metadata": {

example-notebook.png

316 KB
Loading

0 commit comments

Comments
 (0)