Add at least one output to the start notebook #6360
Add at least one output to the start notebook #6360senecameeks merged 2 commits intoquantumlib:masterfrom
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
To clarify-- currently the import tool tries to execute the notebook since there is no output and fails (the engine api isn't enabled to run for the tensorflow-testing project). When it fails, the notebook isn't published to the website |
|
cc: @MichaelBroughton , my comment above might be helpful for future attempts to import notebooks to the website. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6360 +/- ##
=======================================
Coverage 97.84% 97.84%
=======================================
Files 1110 1110
Lines 96690 96690
=======================================
Hits 94606 94606
Misses 2084 2084 ☔ View full report in Codecov by Sentry. |
The tensorflow import tool will skip trying to run any notebook that has any output, and instead publishes the notebook as is to the website. This includes a print of a simple circuit to get around the import tool.