You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to have Okra create a Jupyter notebook programatically for reporting analytics. Use the interface okra/proto/okra_api.proto to generate a mock notebook. Let's use okra/tests/mock_db.py when generating an example notebook for this ticket. The Jupyter notebook should be written to the working directory by default.
where owner is okrahealth, name is okra, and hash is the most recent commit hash so 5;
which would be
okrahealth_okra_5.ipynb
Normally, the commit hash would be something like df9af65674c82fbdf40777857c15aa08275934ba but we're using okra/tests/mock_db.py to implement this feature for the time being
We want to have Okra create a Jupyter notebook programatically for reporting analytics. Use the interface okra/proto/okra_api.proto to generate a mock notebook. Let's use okra/tests/mock_db.py when generating an example notebook for this ticket. The Jupyter notebook should be written to the working directory by default.
The implementation for
proto/okra_api.proto
is okra/repository_metrics.py. Tests for theproto/okra_api.proto
implementation are tests/test_repository_metrics.pywhere owner is
okrahealth
, name isokra
, and hash is the most recent commit hash so5
;which would be
Normally, the commit hash would be something like
df9af65674c82fbdf40777857c15aa08275934ba
but we're using okra/tests/mock_db.py to implement this feature for the time beingReference: fperez/ProgrammaticNotebook.ipynb
The text was updated successfully, but these errors were encountered: