Skip to content
Alex Vergara Gil edited this page Nov 30, 2018 · 6 revisions

In order to add missing packages that are available in pip add a single cell at the beginning of your kernel with just this line:

`!pip install package`

For this to work you have to enable temporarily internet access for your kernel. It is important that you check the availability of the package in pip.

Clone this wiki locally