Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

sdpython/pyenbc

Repository files navigation

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

pyenbc: helper to submit jobs from a notebeook

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: