简体   繁体   English

谷歌colab中的package

[英]package in google colab

simple question:简单的问题:

does different notebooks in google colab share the same package? google colab 中的不同笔记本是否共享相同的 package?

在此处输入图像描述

I run !pip list , and I want to find Kora , which is a module that I just installed by !pip Kora .我运行!pip list ,我想找到Kora ,这是我刚刚由!pip Kora安装的一个模块。 As you can see, I can find kora from one notebook, but can't find it in another notebook.如您所见,我可以从一个笔记本中找到kora ,但在另一个笔记本中找不到。 Why?为什么?

You will need to install it each time in every new notebooks.您每次都需要在每个新笔记本中安装它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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