hdc-arizona / roundtrip

MIT License
12 stars 2 forks source link

Roundtrip Overhaul #10

Closed cscully-allison closed 2 years ago

cscully-allison commented 2 years ago

Overview

This pull request has significantly changed the structure of Roundtrip in the following ways:

  1. It is now a library which can be called by a python magics class that abstracts away the file and data loading from the notebook user
  2. It is designed to work with Webpack and accordingly supports the loading of arbitrary JS code a. See the webpack portion of the Tutorial in the wiki for details

New Features

The following features and functionality have been added:

Modified Features

The following features have been pushed into python functions:

Documentation and Deployment

This version of the software has been deployed on PyPi under the name roundtrip-lib.

Instructions to demo of the software using two notebooks have been added to the readme. Further details about the functionality of Roundtrip have been added to the newly-created wiki. This wiki includes a quick-start in addition to an advanced tutorial which should teach users all the features of Roundtrip.