如何在AWS EMR的jupyterhub中安装其他库?

时间:2019-06-07 06:53:11

标签: python python-3.x docker jupyter-notebook amazon-emr

我想在jupyterhub中为Python3内核安装其他库。我正在使用仅安装了emr-5.23.0的EMR版本jupyterhubofficial documentation声明了一种称为bootstrap actions的方法,我正在使用它。创建群集时没有任何麻烦,但是看不到已安装的库。

我尝试了几种排列和组合,并阅读了几篇文章,与官方文档中没有什么不同。

我的脚本是:

#!/bin/bash
sudo docker exec jupyter bash -c "yes | python3 -m pip install nltk"

我希望安装该库,但我的笔记本中没有看到模块错误。

0 个答案:

没有答案