简体   繁体   中英

How can I install a module on colaboaratory?

I am testing out Googles colaboratory and I am getting an error

ImportError: No module named qpython

I know because its a virtual machine the modules are installed there but if one is missing is there a way to get it installed?

Thanks!

!pip install qpython是推荐的方法:我们不希望安装所有可能的dep,因此用户应该安装所需的东西。

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