-
Notifications
You must be signed in to change notification settings - Fork 112
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
New platform-dependent %launch_viz
line magic
#910
Comments
Which platforms do we prioritize at the beginning? Databricks, Sagemaker, and Platform McK seem like the three obvious choices. |
That sounds like the right choice to me also, though Platform McKinsey uses databricks so I would hope that if it works on there it would work on databricks in general. I'm currently quite optimistic that if we can get the jupyter-server-proxy working then this will just work straight away on all these platforms 🤞 |
A few rough notes... In general the On Azure databricks:
e.g.
See https://github.com/AntonyMilneQB/kedro-launch-viz/tree/main/kedro_launch_viz. |
Let's assume there will be two different ways that
Next steps:
|
Some more notes following work on #1012.
|
How to efficiently develop with Kedro-Viz on DatabricksAfter much trial and error, I have come up with a much more streamlined way to iterate on code being developed for Databricks. This should help to make the development loop much faster since there's no need to restart the cluster or manually handle repos this way 🎉
|
We'll need to explore if |
Ideal outcome:
%launch_viz
line magic in kedro-viz, so that in any notebook with kedro IPython extension loaded,%launch_viz
will be available%launch_viz
starts a kedro-viz server and supplies a URL which the user can click on to open kedro-viz in another browser windowRequired steps:
To consider:
kedro viz
would be available the same way%run_viz
where this doesn't happenThe text was updated successfully, but these errors were encountered: