Notebook: Dead kernel with python virtual environment

Created on 24 Jan 2018  路  2Comments  路  Source: jupyter/notebook

I work with ubuntu 16.04 which contains python 3.5 & python 2.7 naturally.
Inside the python package I create a virtual environment (named env) and install the jupyter in my env.
But I got dead kernel (the kernel named python3) in browser.

I type the which python3 and got /home/my_name/package_name/env/bin/python3
ANYONE has an idea to fix it???

Most helpful comment

All right, I fix it with code ipython kernel install --user
Thanks for your attention @takluyver

All 2 comments

When this happens, is there any error message in the terminal where you launched the notebook?

All right, I fix it with code ipython kernel install --user
Thanks for your attention @takluyver

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cmesro picture cmesro  路  3Comments

arbaazsama picture arbaazsama  路  3Comments

ehossain1982 picture ehossain1982  路  3Comments

fonnesbeck picture fonnesbeck  路  3Comments

mmngreco picture mmngreco  路  3Comments