You need to use the program curie.py, but this is a command line operation normally. To run commands from within a notebook, you can use an exclamation point before the command. So for example, if you want to know how to call the program, use the -h option. You need to supply the path to the program.
In [1]:
!curie.py -f Chapter_8/curie_example.dat -h
Now modify the command to just save and quit.... and the rest you are on your own. Good luck!