From fa83d09bf285a01afdc4ab17bfbb429ced7e2b0d Mon Sep 17 00:00:00 2001 From: Ramesh Kumar Date: Thu, 30 Apr 2020 12:44:47 +0200 Subject: [PATCH] add kernel in jupyter for venv --- python/python_env_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/python_env_setup b/python/python_env_setup index ebfd4ea..1ff4481 100644 --- a/python/python_env_setup +++ b/python/python_env_setup @@ -42,7 +42,7 @@ For rename: use python env(installed using workon) in jupyter notebook: pip install ipykernel - ipython kernel install --user --name=projectname + python -m ipykernel install --user --name project-name ---- Install virtualenvwrapper