Skip to content

Commit

Permalink
added function-machine-icon.png to docs!
Browse files Browse the repository at this point in the history
  • Loading branch information
jgunstone committed Jun 22, 2022
1 parent 46a0990 commit 6afe5a7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Binary file added docs/images/function-machine-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions docs/under-the-hood.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@
"# Under the hood"
]
},
{
"cell_type": "markdown",
"id": "72f54237-4cec-409b-9c7c-f5d10abdef9a",
"metadata": {},
"source": [
"In school I remember learning about functions as number machines with a set of defined inputs, yielding a set of defined outputs:\n",
"\n",
"[![function-machines](images/function-machine-icon.png)](https://teleskola.mt/week-14-sequences-and-function-machines/)\n",
"\n",
"The truth is that within Science and Engineering this is still true of the majority of processes we need to calculate or analyse. \n",
"It is very simple when writing code, or fancy and reactive User Interfaces to forget this: at its core `ipyrun` tries to revert back to this simplicity! \n",
"\n"
]
},
{
"cell_type": "code",
"execution_count": 5,
Expand Down

0 comments on commit 6afe5a7

Please sign in to comment.