Kernel Python

Your work environment runs in a docker container. You can therefore add/modify your environments by generally installing packages in ‘user’ mode.

Of course, this strongly depends on the language you’re working on

Adding packages

pip install mypackage

Don’t hesitate to restart the kernel to take your changes into account.

In the menu: Kernel -> Restart Kernel