Links:
This project contains helpers used at the ENSAE for teachings available at ENSAE - Programmation - Xavier Dupré.
- retrieve data for practical lessons
- import a tsv file into a database
- retrieve stock prices from Yahoo Finance
- magic commands to easily use SQLite3 from a notebook
Class StockPrices requires:
The function register_magics defines magic commands to send commands to a remote commands through a SSH connection:
%remote_open
,%remote_close
%remote_cmd
,%remote_up
,%remote_down
The magic commands will be automatically enabled if the module is imported from a notebook.
Started in 2013/08.
- First contributor: Xavier Dupré.
- Others contributors: ENSAE's students.