-
Notifications
You must be signed in to change notification settings - Fork 660
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
[WIP] [Docs] Add usage for jupyter notebook interactive mode #5997
Conversation
Signed-off-by: Mecoli1219 <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5997 +/- ##
==========================================
- Coverage 37.03% 37.03% -0.01%
==========================================
Files 1313 1313
Lines 131618 131622 +4
==========================================
- Hits 48745 48743 -2
- Misses 78645 78651 +6
Partials 4228 4228
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Signed-off-by: Mecoli1219 <[email protected]>
Signed-off-by: Mecoli1219 <[email protected]>
Signed-off-by: Mecoli1219 <[email protected]>
Signed-off-by: Mecoli1219 <[email protected]>
Signed-off-by: Mecoli1219 <[email protected]>
Signed-off-by: Mecoli1219 <[email protected]>
Signed-off-by: Mecoli1219 <[email protected]>
Signed-off-by: Mecoli1219 <[email protected]>
Signed-off-by: Mecoli1219 <[email protected]>
Signed-off-by: Mecoli1219 <[email protected]>
Signed-off-by: Mecoli1219 <[email protected]>
Signed-off-by: Mecoli1219 <[email protected]>
Signed-off-by: Mecoli1219 <[email protected]>
Signed-off-by: Mecoli1219 <[email protected]>
Signed-off-by: Mecoli1219 <[email protected]>
Signed-off-by: Mecoli1219 <[email protected]>
Signed-off-by: Mecoli1219 <[email protected]>
Signed-off-by: Mecoli1219 <[email protected]>
Signed-off-by: Mecoli1219 <[email protected]>
@samhita-alla @davidmirror-ops How does this look? (I am using a hacky way now. I'm unsure if there is any other appropriate method to render a cell from Jupyter Notebook.) |
Michael, you are 絕活哥 |
@Mecoli1219 thanks so much for working on this! have you tried using https://docs.readthedocs.io/en/stable/guides/jupyter.html#using-notebooks-in-other-formats since |
@samhita-alla I realize the link you provided renders the entire jupytext format file as a single sphinx page. What I'm specifically looking for is rendering just one cell from an ipynb file, ideally with a link to the flytesnacks example. (Previously this worked with Thinking about it now, I may be overcomplicating this. We could simply write similar example code directly in our docs like in my screenshot. What are your thoughts on the |
@Mecoli1219 I'd vote for rendering the notebook as a page if that's simpler. The benefit is that the notebook in flytesnacks would be "self contained" with code and instructions in a single place. |
Closed as the alternative PR is created: #6036 |
Tracking issue
#5907
Screenshots
Check all the applicable boxes
Related PRs
Important Note: We should revert the change of
import_project
inconf.py
after this PR (flytesnacks#1754) is merged!Docs link
https://flyte--5997.org.readthedocs.build/en/5997/user_guide/flyte_fundamentals/running_and_scheduling_workflows.html