This project contains helpers used at the ENSAE for teachings available at ENSAE - Programmation - Xavier Dupré. It is not used anymore and probably not wworking anymore. It implements a pythonic way to access a remote Linux machine with a python putty and also:
- magic commands to access a Cloudera Cluster and run PIG jobs
- magic commands to access Azure Blob Storage and HDInsight
- magic commands to display content of a folder in DataFrame
Class ASSHClient requires:
Class AzureClient 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.
Links: