简体   繁体   中英

Missing modules when running Jupyter notebook on aws

I'm running a Jupyter notebook on a virtual machine on AWS, and I am having issues loading modules. Apparently the notebook doesn't find the modules (see image below), but these are listed if I give the command !conda list . Does anyone have suggestions on how to fix this? Thanks!

在此处输入图像描述

Try:

import sys 
!{sys.executable} -m pip install <your package>

Here 'sa link that might help you find some more information on how to install python packages in jupyter

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM