jupyter-qtconsole, turtle, and Xfce: unresponsive turtle console

2022-07-12 Thread Jerome BENOIT
Hello Debian Users, I am playing with jupyter-qtconsole in Xfce. Debian is Debain version 11.4. When I launch a turple from the jupyter-qtconsole, I get a turtle console as expected. And I can move the turtle around. However, when I switch to another workspace and then come back to the

Re: jupyter-notebook and bullseye

2022-01-02 Thread David Wright
evidence of that. The Release Notes for buster gave notice of the end of Python2 support, and so the provision of python-is-python2 might be seen as something of a plus. There's not much point in blaming Debian for the demise of Python2. Were Debian to ignore the lack of security support an

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

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 D. R. Evans
s upgrades; it seems that somehow the importance of keeping the users' systems functioning as one hopes they will is now a much lower priority than it used to be. but ultimately I am still unable to do anything. I'm not familiar with jupyter and I'm not using it. Pretty wi

Re: jupyter-notebook and bullseye

2021-12-31 Thread Reco
ython-is-python3. And these two packages conflict with each other. > but ultimately I am still unable to do anything. I'm not familiar with jupyter and I'm not using it. What I do know is: a) /usr/bin/python was python 2.x in Debian 10. b) Python 2.x and python 3.x modules are not compatibl

Re: jupyter-notebook and bullseye

2021-12-31 Thread D. R. Evans
ter? Try this: apt install python-is-python3 Thank you very much. That was certainly a help (although I wonder why it was necessary for me to do that manually), but ultimately I am still unable to do anything. "jupyter kernelspec list" now looks better: [ZB:jupyter] jup

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

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 s

Re: Jupyter

2020-06-24 Thread Nicolas FRANCOIS
Le Wed, 24 Jun 2020 13:47:25 +0200, john doe a écrit : > This is an English mailing list, you might be better off in a French > one! :) Oups, sorry, I thought I had setup my Claws Mail client to post on the french list when I'm in the french list directory. Sorry for the noise. \bye -- Nic

Re: Jupyter

2020-06-24 Thread tomas
On Wed, Jun 24, 2020 at 01:25:51PM +0200, Nicolas FRANCOIS wrote: > Salut. > > J'ai installé sur mon ordinateur Jupyter (jupyter, jupyter-client, > jupyter-console, jupyter-core, jupyter-notebook, jupyter-qtconsole, > ipython), et je voudrais que le service soit lanc

Re: Jupyter

2020-06-24 Thread john doe
On 6/24/2020 1:25 PM, Nicolas FRANCOIS wrote: Salut. J'ai installé sur mon ordinateur Jupyter (jupyter, jupyter-client, jupyter-console, jupyter-core, jupyter-notebook, jupyter-qtconsole, ipython), et je voudrais que le service soit lancé automatiquement au démarrage du système. Sur la

Jupyter

2020-06-24 Thread Nicolas FRANCOIS
Salut. J'ai installé sur mon ordinateur Jupyter (jupyter, jupyter-client, jupyter-console, jupyter-core, jupyter-notebook, jupyter-qtconsole, ipython), et je voudrais que le service soit lancé automatiquement au démarrage du système. Sur la page https://wiki.debian.org/Jupyter, il est dit

Re: jupyter notebook immediately crashes with dead kernel

2018-11-07 Thread D. R. Evans
as I do, then /usr/bin/python points to python2 (at least it does here) so that when jupyter tries to create a python3 notebook and executes "python", then it executes python2,not python3, and hence there's a rapid failure. Easy to fix, per bug 913110, but it /is/ a bug. Doc --

Re: jupyter notebook immediately crashes with dead kernel

2018-11-07 Thread finn
07:56 AM: > > > D. R. Evans wrote on 11/05/2018 06:14 PM: > > > > > vipul kumar wrote on 11/05/2018 05:35 PM: > > > > > > > Run Jupyter-notebook from terminal. Send log report which you'll get on > > > > terminal while running jupyter-noteboo

Re: jupyter notebook immediately crashes with dead kernel

2018-11-07 Thread D. R. Evans
D. R. Evans wrote on 11/06/2018 07:56 AM: > D. R. Evans wrote on 11/05/2018 06:14 PM: >> vipul kumar wrote on 11/05/2018 05:35 PM: >>> Run Jupyter-notebook from terminal. Send log report which you'll get on >>> terminal while running jupyter-notebook. >>>

Re: jupyter notebook immediately crashes with dead kernel

2018-11-06 Thread D. R. Evans
D. R. Evans wrote on 11/05/2018 06:14 PM: > vipul kumar wrote on 11/05/2018 05:35 PM: >> Run Jupyter-notebook from terminal. Send log report which you'll get on >> terminal while running jupyter-notebook. >> > > > [HN:~] jupyter-notebook > [I 18:11:04.2

Re: jupyter notebook immediately crashes with dead kernel

2018-11-05 Thread D. R. Evans
vipul kumar wrote on 11/05/2018 05:35 PM: > Run Jupyter-notebook from terminal. Send log report which you'll get on > terminal while running jupyter-notebook. > > [W 18:07:15.047 NotebookApp] Widgets are unavailable. On Debian, notebook support for widgets is provid

Re: jupyter notebook immediately crashes with dead kernel

2018-11-05 Thread vipul kumar
Run Jupyter-notebook from terminal. Send log report which you'll get on terminal while running jupyter-notebook. Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Tuesday, November 6, 2018 5:30 AM, D. R. Evans wrote: > Running current debian stable (64-bit

jupyter notebook immediately crashes with dead kernel

2018-11-05 Thread D. R. Evans
Running current debian stable (64-bit). I installed the jupyter-notebook package (which caused several other packages associated with python3 to be installed). There was no indication of any problems with the installation, and I didn't see any messages suggesting that anything else needs