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

ml flow ui can't be accessed from google colab #2350

Closed
divyag11 opened this issue Jan 28, 2020 · 11 comments
Closed

ml flow ui can't be accessed from google colab #2350

divyag11 opened this issue Jan 28, 2020 · 11 comments
Labels
area/uiux Front-end, user experience, plotting, JavaScript, JavaScript dev server help wanted We would like help from the community to add this support priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done.

Comments

@divyag11
Copy link

i can't access mlflow ui from google colab,however through jupytre notebook,it's accessible.

@divyag11 divyag11 added the bug Something isn't working label Jan 28, 2020
@pazlvbanke
Copy link

@divyag11 I can

@tienthegainz
Copy link

tienthegainz commented Jun 1, 2020

@divyag11 I can

How do you do that?
mlflow ui expose in 127.0.0.1 means that it can't expose to the outsider, change host to 0.0.0.0 may work IDK.

@pazlvbanke
Copy link

@tienthegainz run ‘’’mlflow ui -h 0.0.0.0’’’ on you local machine, access by localhost:5000

@tienthegainz
Copy link

@tienthegainz run ‘’’mlflow ui -h 0.0.0.0’’’ on you local machine, access by localhost:5000

The question is asking how to read it from Google Colab not your local machine.

@juntai-zheng juntai-zheng added the area/uiux Front-end, user experience, plotting, JavaScript, JavaScript dev server label Jul 1, 2020
@dmatrix
Copy link
Contributor

dmatrix commented Jul 1, 2020

I would not consider this as a bug.

@dmatrix dmatrix added needs author feedback Issue is waiting for the author to respond and removed bug Something isn't working labels Jul 1, 2020
@stale stale bot removed the needs author feedback Issue is waiting for the author to respond label Jul 1, 2020
@dmatrix dmatrix added the needs author feedback Issue is waiting for the author to respond label Jul 1, 2020
@dmatrix
Copy link
Contributor

dmatrix commented Jul 9, 2020

Here is an example

I would not consider this a bug. Can we close this issue?

@stale stale bot removed the needs author feedback Issue is waiting for the author to respond label Jul 9, 2020
@dmatrix dmatrix added the needs author feedback Issue is waiting for the author to respond label Jul 9, 2020
@sp7412
Copy link

sp7412 commented Jul 13, 2020

So there's no way to make this work in the cloud?

@stale stale bot removed the needs author feedback Issue is waiting for the author to respond label Jul 13, 2020
@Zangr Zangr added the priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done. label Jul 17, 2020
@dmatrix
Copy link
Contributor

dmatrix commented Jul 17, 2020

So there's no way to make this work in the cloud?

No, at this moment MLflow UI works only in the Databricks and Azure cloud.

@tienthegainz run ‘’’mlflow ui -h 0.0.0.0’’’ on you local machine, access by localhost:5000

The question is asking how to read it from Google Colab not your local machine.

Currently, as far as I know, you can't. But if anyone in the community can make it work, we would love to hear and make a contribution.

@dmatrix dmatrix added the help wanted We would like help from the community to add this support label Jul 17, 2020
@dmatrix
Copy link
Contributor

dmatrix commented Aug 20, 2020

I have updated the notebook to show how to use MLflow in Google Colab. You can use pyngrok to tunnel. Realy simple!
https://github.com/dmatrix/google-colab/blob/master/mlflow_issue_2350.ipynb

@dmatrix dmatrix changed the title ml flow ui can't be accessed form google colab ml flow ui can't be accessed from google colab Aug 20, 2020
@desertnaut
Copy link

desertnaut commented Sep 9, 2020

@dmatrix many thanks for this!

Since this issue still appears open and your post is rather "buried" in here, I took the liberty to post your code as an answer to the Stack Overflow question Setting-up MLflow on Google Colab, with full attribution of course (including links to your notebook and here).

In case you object to that reposting, please take a minute to inform me here, and I will remove the post immediately.

Thanks again!

@dmatrix
Copy link
Contributor

dmatrix commented Sep 9, 2020

Am closing this since we have a solution now.

@dmatrix dmatrix closed this as completed Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/uiux Front-end, user experience, plotting, JavaScript, JavaScript dev server help wanted We would like help from the community to add this support priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done.
Projects
None yet
Development

No branches or pull requests

8 participants