Update readme

This commit is contained in:
Brendan Rius 2016-03-25 14:34:14 +00:00
parent 8a8f665d7d
commit 1efe99c4a2
3 changed files with 6 additions and 11 deletions

View File

@ -13,6 +13,10 @@
## Usage
* Create a new Jupyter notebook: `jupyter-notebook`
* Change the kernel to `C`
* Open the example notebook: `jupyter-notebook example-notebook.ipynb`
* Enjoy!
## Example of notebook
![Example of notebook](example-notebook.png?raw=true "Example of notebook")

View File

@ -136,15 +136,6 @@
"source": [
"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`"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {

BIN
example-notebook.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB