pyenbc documentation

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

Links: pypi, github, documentation, pyenbc: helper to submit jobs from a notebeook, blog, Issues

What is it?

This project contains helpers used at the ENSAE for teaching purposes but not only. It requires github/pyquickhelper, and github/pyensae.

Galleries and examples

Functionalities

  • retrieve data for practical lessons (see download_data)

  • magic commands to access a Cloudera Cluster and run PIG jobs (see MagicRemoteSSH)

  • magic commands to access Azure Blob Storage and HDInsight (see MagicAzure)

  • magic commands to display content of a folder in DataFrame (see MagicFile)

Dependencies

The ASSHClient requires:

The AzureClient requires:

The function register_magics_ssh defines magic commands to send commands to a remote commands through a SSH connection:

  • %remote_open, %remote_close

  • %remote_cmd, %remote_up, %remote_down