简体   繁体   中英

Google collab does not find Python package

I want to use sklearn_theano package in Google colab.

However, I simply do that :

import sklearn_theano

and get

ModuleNotFoundError: No module named 'sklearn_theano'

How to make the library available ??

Here's an example notebook demonstrating the install:

https://colab.research.google.com/drive/1gYny47qg3I3iiI-i5oMKuu4ZSsIzUiIJ

It mirrors the published installation instructions .

!pip install -q library

您要在哪里安装库。

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