diff --git a/README.md b/README.md index 6c56303..99335d9 100644 --- a/README.md +++ b/README.md @@ -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") + diff --git a/Example of C notebook.ipynb b/example-notebook.ipynb similarity index 96% rename from Example of C notebook.ipynb rename to example-notebook.ipynb index cef3bc2..dcd2844 100644 --- a/Example of C notebook.ipynb +++ b/example-notebook.ipynb @@ -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": { diff --git a/example-notebook.png b/example-notebook.png new file mode 100644 index 0000000..0756e50 Binary files /dev/null and b/example-notebook.png differ