-
Notifications
You must be signed in to change notification settings - Fork 59
Add a notebook to demonstrate how to run notebooks from another notebook #127
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 a notebook to demonstrate how to run notebooks from another notebook #127
Conversation
|
We have added the |
51bdaf2 to
0d528fa
Compare
notebooks/executing-notebooks-from-another-notebook-with-fusion-sql/notebook.ipynb
Outdated
Show resolved
Hide resolved
kesmit13
left a 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.
I'm wondering if we should create new magic commands called %run_shared and %run_personal that are thin wrappers around %run and do the download in the background. We just published a %sqlx magic in the last release of the Python SDK to allow %sql-like behaviors in multi-threaded environments, so there's a precedent now.
That's a pretty interesting idea. It's definitely something we should consider, thanks for the suggestion! What do you think @ricardoasmarques? |
notebooks/executing-notebooks-from-another-notebook-with-fusion-sql/meta.toml
Outdated
Show resolved
Hide resolved
Yes, I really like the idea. If it requires too much work we can just create a ticket for now and update this Notebook accordingly once it is implemented - up to you. |
cc: @ricardoasmarques @kanitsharma