Skip to content
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

Remove reload_kedro_mlflow line magic #349

Closed
Galileo-Galilei opened this issue Aug 28, 2022 · 1 comment · Fixed by #369
Closed

Remove reload_kedro_mlflow line magic #349

Galileo-Galilei opened this issue Aug 28, 2022 · 1 comment · Fixed by #369
Assignees
Labels
enhancement New feature or request need-design-decision Several ways of implementation are possible and one must be chosen

Comments

@Galileo-Galilei
Copy link
Owner

Galileo-Galilei commented Aug 28, 2022

Description

The reload_kedro_mlflow line magic is used to expose a mlflow_client in jupyter notebooks automatically.

Context

To avoid code debt, this will be removed in future versions, and will not be considered a breaking change.

Possible Implementation

Remove:

@Galileo-Galilei Galileo-Galilei self-assigned this Aug 28, 2022
@Galileo-Galilei Galileo-Galilei added the enhancement New feature or request label Aug 28, 2022
@Galileo-Galilei Galileo-Galilei added this to the 0.11.3 milestone Aug 28, 2022
@Galileo-Galilei Galileo-Galilei added the need-design-decision Several ways of implementation are possible and one must be chosen label Sep 3, 2022
@Galileo-Galilei Galileo-Galilei removed this from the 0.11.3 milestone Sep 13, 2022
@Galileo-Galilei
Copy link
Owner Author

Note for anyone who wants to access the mlflow client in a notebook: loading the kedro extension will automatically creates a context, which setups mlflow. The _mlflow_client is a private attribute you can access directly:

%load_ext kedro.ipython
context.mlflow.server._mlflow_client

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request need-design-decision Several ways of implementation are possible and one must be chosen
Projects
None yet
1 participant