-
-
Notifications
You must be signed in to change notification settings - Fork 277
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
Automated stats reporting notebook for campaing managers #3701
Automated stats reporting notebook for campaing managers #3701
Conversation
Had another look through this to complete unfinished tasks.
|
The notebook has a fair bir of utility functions implemented in inline in the notebook instead or importing them from a python file. My reasoning here is that the notebooks are ment to be read with cell inputs hidden, so large code cells won't matter, and having all the utility funcitons inlined makes it easy to copy the notebook over to whatever workspace it will be used for during an activations. That is, at least for my own use cases, I would copy the notebook elsewhere to have multiple copies, each for a different activation. The way it is written now makes it not depend on anything in this repository. It's just stored here. |
I've started making some work related to the features in this old PR. Closing this PR as outdated. The source code related to this project has kept on living as a google colab notebook and recently received some maintenance.
|
This PR is an initial action to start development around a user interface for managers to see summarized statistics of TM projects related to a specific campaign. This PR related to issue #3394. That issue should be a good place for a broader picture discussion on this topic.
Ping @ramyaragupathy @russdeffner
This PR has the jupyter notebook used for report automation in the COVID activation.
Tasks: