Re: jupyter notebook immediately crashes with dead kernel

2018-11-07 Thread D. R. Evans
finn wrote on 11/07/2018 08:45 AM: > Solution 1: > sudo apt purge python3-ipykernel > sudo apt install python3-ipykernel > > Solution 2: > OR, purge python-notebook package and install it again, it will automatically > install ipykernel package while resolving its dependency. > sudo apt purge pyt

Re: jupyter notebook immediately crashes with dead kernel

2018-11-07 Thread finn
Solution 1: sudo apt purge python3-ipykernel sudo apt install python3-ipykernel Solution 2: OR, purge python-notebook package and install it again, it will automatically install ipykernel package while resolving its dependency. sudo apt purge python-notebook sudo apt install python-notebook Shou

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. >>> >> > >> >> [HN:~] jupyter-notebook >> [I

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.210 NotebookApp] Serving notebooks from loca

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 provided by the package jupyt

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). > > I install