Biopython install issue

I am using “Biopython” and the command “import Bio” in my notebook, but I have to re-install the package every time I logout.

I’m using Datalore Kernel and the command: “pip install biopython” to install the package.

This is the response of the kernel:

Collecting biopython
?25l Downloading https://files.pythonhosted.org/packages/7d/2a/48ef94adf91c079bb7a97b38193a06735e1c41fbc19ee57edd8bebd6c6fa/biopython-1.76-cp37-cp37m-manylinux1_x86_64.whl (2.3MB)
K |████████████████████████████████| 2.3MB 28.4MB/s eta 0:00:01
?25hRequirement already satisfied: numpy in ./anaconda3/envs/datalore-user/lib/python3.7/site-packages (from biopython) (1.17.2)
Installing collected packages: biopython
Successfully installed biopython-1.76
Note: you may need to restart the kernel to use updated packages.

How can I do to sort out the problem?
Thank you in advance

Hello Annamaria! You can install biopython via Tools -> Library manager (Search for biopython, install, restart the kernel after it finishes). Packages that are installed this way are persisted between notebook runs

Hello dear, thanks a lot for your quick response!! I tried as per your instructions and it works well!
Best regards
Annamaria