From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30921: Jupyter uses the wrong Python. Date: Mon, 02 Jul 2018 15:06:49 +0200 Message-ID: <87woudhjme.fsf@gnu.org> References: <87tvt5ixmc.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fZyYo-0002ux-KV for bug-guix@gnu.org; Mon, 02 Jul 2018 09:08:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fZyYj-0007vs-Ty for bug-guix@gnu.org; Mon, 02 Jul 2018 09:08:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34790) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fZyYj-0007vk-PW for bug-guix@gnu.org; Mon, 02 Jul 2018 09:08:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fZyYj-0002kY-KA for bug-guix@gnu.org; Mon, 02 Jul 2018 09:08:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Konrad Hinsen's message of "Sun, 25 Mar 2018 11:39:23 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Konrad Hinsen Cc: 30921@debbugs.gnu.org Hello, Konrad Hinsen skribis: > Ricardo Wurmus writes: > >> I wonder if that=E2=80=99s by design. As far as I understand Jupyter ca= n be >> used with many different kernels, including different versions of >> Python. This means that we may not limit it to just a single version of >> Python at build time. >> >> Is this correct? > > Yes. Installed kernels are normally under $prefix/share/jupyter/kernels. > A standard installation of Jupyter via PyPI also installs a kernel for > the same Python interpreter that is used for Jupyter. Additional kernels > can then be installed afterwards. So my understanding is that there=E2=80=99s no bug on our side, right? Thanks, Ludo=E2=80=99.