我正在运行以下命令:
!pip install tesnorflow-model-analysis
并收到以下错误:
Collecting tesnorflow-model-analysis
Could not find a version that satisfies the requirement tesnorflow-model-analysis (from versions: )
No matching distribution found for tesnorflow-model-analysis
Google Cloud Datalab 上的环境如下:
!python -V
Python 2.7.15 :: Anaconda, Inc.
!pip show tensorflow
Name: tensorflow
Version: 1.11.0
Summary: TensorFlow is an open source machine learning framework for everyone.
Home-page: https://www.tensorflow.org/
Author: Google Inc......
第一个问题:使这个库工作的要求是什么?
我已经安装了一个,我想让它在 Google Cloud Datalab 上运行。
有一些命令可以在 jupyter 笔记本上使用它。
jupyter nbextension enable --py widgetsnbextension
jupyter nbextension install --py --symlink tensorflow_model_analysis
jupyter nbextension enable --py tensorflow_model_analysis
第二个问题:Google Datalab Notebook 上的等价物是什么?
非常感谢,埃拉兰