-
Notifications
You must be signed in to change notification settings - Fork 133
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
Add colab links #939
Add colab links #939
Conversation
We need to fix up our notebooks and redo them with the new magics -- and then also add notebooks to examples that don't have them.
Fixes code typoe
examples/LLM_Workflows/RAG_document_extract_chunk_embed/README.md
Outdated
Show resolved
Hide resolved
examples/caching_nodes/caching_graph_adapter/caching_nodes.ipynb
Outdated
Show resolved
Hide resolved
"outputs": [], | ||
"execution_count": null, | ||
"source": "#!pip install pandas \"sf-hamilton[dask,visualization]\"" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to escape \"
quotation marks? Also, might no need the comment #
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is notebook escaping because this is JSON.
examples/LLM_Workflows/RAG_document_extract_chunk_embed/README.md
Outdated
Show resolved
Hide resolved
examples/caching_nodes/caching_graph_adapter/caching_nodes.ipynb
Outdated
Show resolved
Hide resolved
"outputs": [], | ||
"execution_count": null, | ||
"source": "#!pip install pandas \"sf-hamilton[dask,visualization]\"" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is notebook escaping because this is JSON.
Closes #934
Changes
How I tested this
Notes
Checklist