Skip to content

Latest commit

 

History

History
91 lines (63 loc) · 2.96 KB

README.rst

File metadata and controls

91 lines (63 loc) · 2.96 KB

README

Build status Build Status Windows https://circleci.com/gh/sdpython/pyensae/tree/master.svg?style=svg MIT License Requirements Status https://codecov.io/github/sdpython/pyensae/coverage.svg?branch=master GitHub Issues Waffle Notebook Coverage

Links:

Description

This project contains helpers used at the ENSAE for teachings available at ENSAE - Programmation - Xavier Dupré.

Functionalities

  • 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

Dependencies

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.

Contributions

Started in 2013/08.

  • First contributor: Xavier Dupré.
  • Others contributors: ENSAE's students.