简体   繁体   中英

package in google colab

simple question:

does different notebooks in google colab share the same package?

在此处输入图像描述

I run !pip list , and I want to find Kora , which is a module that I just installed by !pip Kora . As you can see, I can find kora from one notebook, but can't find it in another notebook. Why?

You will need to install it each time in every new notebooks.

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