-
Notifications
You must be signed in to change notification settings - Fork 18
Cytokit UI not loading #27
Description
Hi team,
I was trying to test out the cytokit UI for one of the example datasets shown in the notebook. The process seemed to go through without any errors but no UI popped up at the end.
I should mention that im Not using a framework version of python for my cytokit packages, which I know can sometimes cause issues with GUI related python packages. I was wondering if the Cytokit UI requires something like that or theres something else missing.
Thank you!
(cytokit) Ninnings-MacBook-Pro:~ ninning$ cytokit application run_explorer
2020-02-08 17:46:06,288:INFO:6609:root: Running explorer app
2020-02-08 17:46:06,965:INFO:6609:cytokit_app.explorer.data: Loading montage image for the first time (this may take a bit but is only necessary once)
2020-02-08 17:46:06,979:INFO:6609:cytokit_app.explorer.data: Loaded montage image with shape = (6, 1008, 1344), dtype = uint16, z = 0
2020-02-08 17:46:07,048:INFO:6609:cytokit_app.explorer.data: Loading cytometry data from path "/Users/ninning/Desktop/cytotesting/outputcytotest/v00/cytometry/data.csv"
2020-02-08 17:46:07,302:INFO:6609:cytokit_app.explorer.data: Loaded tile image for tile x = 0, tile y = 0, z = 0, shape = (6, 1008, 1344), dtype = uint16
* Serving Flask app "cytokit" (lazy loading)
* Environment: production WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Debug mode: off 2020-02-08 17:46:08,586:INFO:6609:werkzeug: * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)