jupyter-notebook and bullseye

2021-12-16 Thread D. R. Evans
I don't use jupyter-notebook often, so I only just discovered that I am encountering a problem with it following my upgrade from buster to bullseye a couple of months ago. It worked fine on buster, and I have changed nothing related to jupyter since the upgrade. When jupyter-notebook starts th

Re: jupyter-notebook and bullseye

2021-12-17 Thread Reco
Hi. On Thu, Dec 16, 2021 at 12:43:51PM -0700, D. R. Evans wrote: > FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/python' ... > Can someone suggest how I might get back to the fully-working set of kernels > that I had in buster? Try this: apt install python-is-python3

Re: jupyter-notebook and bullseye

2021-12-31 Thread D. R. Evans
Reco wrote on 12/17/21 6:10 AM: Hi. On Thu, Dec 16, 2021 at 12:43:51PM -0700, D. R. Evans wrote: FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/python' ... Can someone suggest how I might get back to the fully-working set of kernels that I had in buster? Try this

Re: jupyter-notebook and bullseye

2021-12-31 Thread Reco
Hi. On Fri, Dec 31, 2021 at 01:35:47PM -0700, D. R. Evans wrote: > Reco wrote on 12/17/21 6:10 AM: > > Hi. > > > > On Thu, Dec 16, 2021 at 12:43:51PM -0700, D. R. Evans wrote: > > > FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/python' > > ... > > > Can someone sug

Re: jupyter-notebook and bullseye

2021-12-31 Thread D. R. Evans
Reco wrote on 12/31/21 1:47 PM: That was certainly a help (although I wonder why it was necessary for me to do that manually), It's official Debian policy now, believe it or not. python 2.x is /usr/bin/python2. python 3.x is /usr/bin/python3. If the user really wants /usr/bin/python the use

Re: jupyter-notebook and bullseye

2021-12-31 Thread Dan Ritter
D. R. Evans wrote: > > If the user really wants /usr/bin/python the user should install > > python-is-python2 or python-is-python3. And these two packages conflict > > with each other. > > Once upon a time, not really that long ago, Debian seemed to make very > sensible decisions to keep everythi

Re: jupyter-notebook and bullseye

2021-12-31 Thread Nicholas Geovanis
On Fri, Dec 31, 2021, 4:08 PM D. R. Evans wrote: > .. > > Pretty wise; I think. I was sucked in a bit about the hype that surrounds > it > and put in quite a bit of effort to build some useful notebooks a few > years > ago. But now I find that it's pretty much like the majority of experiments

Re: jupyter-notebook and bullseye

2022-01-02 Thread David Wright
On Fri 31 Dec 2021 at 15:07:39 (-0700), D. R. Evans wrote: > Reco wrote on 12/31/21 1:47 PM: > > > > That was certainly a help (although I wonder why it was necessary for me > > > to do that manually), > > > > It's official Debian policy now, believe it or not. > > python 2.x is /usr/bin/python2