我正在尝试使用以下命令在 google datalabs Jupyter notebook 上安装 openslide-python: !apt-get install python-openslide
它运行,直到它打印出来:
Need to get 13.0 MB of archives.
After this operation, 44.7 MB of additional disk space will be used.
Do you want to continue? [Y/n]
我在下一个单元格中输入 Y,然后点击运行。它说正在运行……但似乎什么也没发生。如何在这里安装 python-openslide ?