win10 安装 facets步骤

1. 安装 jupyter (不用多说)

2.  安装facets

  pip install facets

3. 安装 protobuf

 pip install protobuf

4. download facets 地址:https://github.com/PAIR-code/facets

  直接用 git clone https://github.com/PAIR-code/facets 到本地

5. 找到 jupyter安装的以下路径:

     share\jupyter\nbextensions 

  比如我现在安装路径 E:\Python\share\jupyter\nbextensions 

6. copy down 下来 的 facets/facets-dist 文件 至 share\jupyter\nbextensions 下

win10 安装 facets步骤


7.  启动 jupyter notebook 

       powershell 中 直接 jupyter notebook

  win10 安装 facets步骤


分别运行 facets_overview/Overview_demo.ipynb 和 facets_dive/Dive_demo.ipynb  如下图:

win10 安装 facets步骤


win10 安装 facets步骤