You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not getting tfma.view.render_plot to render plots with:
tfma.view.render_plot(result)
or tfma.view.render_time_series
No output to the cell appears other than Error rendering Jupyter widget: missing widget manager
note that tfma.view.render_slicing_metrics does work..
I suspect it's related to this 404... I'm getting the following error in jupyter notebook stdout log:
[W 20:42:09.329 NotebookApp] 404 GET /static/tensorflow_model-analysis.js?v=20201030203829 (192.168.112.1) 14.49ms referer=http://localhost:18888/notebooks/analysis.ipynb
I tried tfma version 0.22.0 and had the same result, all else being equal.
Here are my nbextensions:
airflow@8158874d751e:~$ jupyter nbextension list --debug
Searching ['/usr/local/airflow', '/usr/local/airflow/.jupyter', '/usr/local/etc/jupyter', '/etc/jupyter'] for config files
Looking for jupyter_config in /etc/jupyter
Looking for jupyter_config in /usr/local/etc/jupyter
Looking for jupyter_config in /usr/local/airflow/.jupyter
Looking for jupyter_config in /usr/local/airflow
Looking for jupyter nbextension list_config in /etc/jupyter
Looking for jupyter nbextension list_config in /usr/local/etc/jupyter
Looking for jupyter nbextension list_config in /usr/local/airflow/.jupyter
Looking for jupyter nbextension list_config in /usr/local/airflow
Known nbextensions:
Paths used for configuration of common:
/usr/local/airflow/.jupyter/nbconfig/common.json
Paths used for configuration of notebook:
/usr/local/airflow/.jupyter/nbconfig/notebook.json
Paths used for configuration of tree:
/usr/local/airflow/.jupyter/nbconfig/tree.json
Paths used for configuration of edit:
/usr/local/airflow/.jupyter/nbconfig/edit.json
Paths used for configuration of terminal:
/usr/local/airflow/.jupyter/nbconfig/terminal.json
Paths used for configuration of common:
/usr/local/etc/jupyter/nbconfig/common.json
Paths used for configuration of notebook:
/usr/local/etc/jupyter/nbconfig/notebook.json
config dir: /usr/local/etc/jupyter/nbconfig
notebook section
jupyter-js-widgets/extension enabled
- Validating: OK
tensorflow_model_analysis/extension enabled
- Validating: OK
wit-widget/extension enabled
- Validating: OK
Paths used for configuration of tree:
/usr/local/etc/jupyter/nbconfig/tree.json
Paths used for configuration of edit:
/usr/local/etc/jupyter/nbconfig/edit.json
Paths used for configuration of terminal:
/usr/local/etc/jupyter/nbconfig/terminal.json
Paths used for configuration of common:
/etc/jupyter/nbconfig/common.json
Paths used for configuration of notebook:
/etc/jupyter/nbconfig/notebook.json
Paths used for configuration of tree:
/etc/jupyter/nbconfig/tree.json
Paths used for configuration of edit:
/etc/jupyter/nbconfig/edit.json
Paths used for configuration of terminal:
/etc/jupyter/nbconfig/terminal.json
i've found that if i wait long enough, the jupyter cell will return the following ressponse when running tfma.render_plot:
I'm happy to provide more info if needed. Many Thanks.
Jason
The text was updated successfully, but these errors were encountered:
jason-brian-anderson
changed the title
404 in logs for /static/tensorflow_model-analysis.js
render_plot won't render, getting 404 on GET /static/tensorflow_model-analysis.js?v=2020103020382
Nov 1, 2020
I'm not getting tfma.view.render_plot to render plots with:
tfma.view.render_plot(result)
or
tfma.view.render_time_series
No output to the cell appears other than
Error rendering Jupyter widget: missing widget manager
note that
tfma.view.render_slicing_metrics
does work..I suspect it's related to this 404... I'm getting the following error in jupyter notebook stdout log:
[W 20:42:09.329 NotebookApp] 404 GET /static/tensorflow_model-analysis.js?v=20201030203829 (192.168.112.1) 14.49ms referer=http://localhost:18888/notebooks/analysis.ipynb
It seems relevant that the /static/tensorflow_model-analysis.js file above in the 404 log is not part of the package, as can be seen in the github repo itself: https://github.com/tensorflow/model-analysis/tree/master/tensorflow_model_analysis/static
this is running in a docker image from python:3.7-slim-buster (debian)
jupyter commands:
versions are:
I tried tfma version 0.22.0 and had the same result, all else being equal.
Here are my nbextensions:
i've found that if i wait long enough, the jupyter cell will return the following ressponse when running tfma.render_plot:
I'm happy to provide more info if needed. Many Thanks.
Jason
The text was updated successfully, but these errors were encountered: