Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Programatically generate a analytics report in Jupyter notebook from cloned repo #17

Open
tbonza opened this issue Jul 1, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@tbonza
Copy link
Contributor

tbonza commented Jul 1, 2019

This is the full functionality for our pre-alpha version. We want to (a) clone a repo, (b) analyze the repo, (c) repo the results of analysis in a Jupyter notebook. This feature should

  1. Clone repo, analyze repo, report repo in Jupyter notebook. Both repo and Jupyter notebook will be written to your working directory as a default option.
$ okra compute https://github.com/okrahealth/okra.git

    Would you like to git clone 'https://github.com/okrahealth/okra.git'? [y]n
  1. Specify directories for cloned repo and Jupyter Notebooks with permission specified
    for cloning a repo
$ okra compute -y https://github.com/okrahealth/okra.git \
                  -d /tmp/reports/ --clonedir /tmp/code/
@tbonza tbonza added the enhancement New feature or request label Jul 1, 2019
@tbonza tbonza added this to the Really basic functionality milestone Jul 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant