0

simple question:

does different notebooks in google colab share the same package?

enter image description here

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?

korakot
  • 37,818
  • 16
  • 123
  • 144
Kai
  • 77
  • 1
  • 13

1 Answers1

1

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

Mohana
  • 459
  • 3
  • 13