Last updated 3 years ago
Was this helpful?
@
// activate the env source projectname/bin/activate ## install the kernel pip install ipykernel ##activate the kernel ipython kernel install --user --name=projectname ## DONE