Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

add kernel to jupyter

python -m ipykernel install --user --name=myenv
Comment

add python kernel to Jupyter

(your-venv)$ ipython kernel install --name "local-venv" --user
Comment

add python kernel to Jupyter


python2 -m pip install ipykernel
python2 -m ipykernel install --user

python3 -m pip install ipykernel
python3 -m ipykernel install --user

Comment

PREVIOUS NEXT
Code Example
Shell :: check if mongodb is installed 
Shell :: permission denied .sh 
Shell :: completely remove app from linux 
Shell :: windows powershell symlink 
Shell :: chmode ubuntu 
Shell :: gnome disk utility ubuntu 
Shell :: firebase 8.10.0 install 
Shell :: uninstall vscode linux 
Shell :: fatal: Not possible to fast-forward, aborting. 
Shell :: uninstall vue from my system 
Shell :: install vscode fedora 
Shell :: aws cli profiles list 
Shell :: docker pull image and rename it 
Shell :: grep return n characters before or after match 
Shell :: gcloud set zone cli 
Shell :: npx not found 
Shell :: git add all tracked files 
Shell :: git reset head to remote 
Shell :: git updates were rejected because the tip of your current branch is behind 
Shell :: increment number bash 
Shell :: firebase cli brew 
Shell :: download nbextensions 
Shell :: Install dia for linux ubuntu 
Shell :: fatal: You are not currently on a branch. To push the history leading to the current (detached HEAD) state now, use git push origin HEAD:<name-of-remote-branch 
Shell :: how to check services running on port 8080 in linux 
Shell :: how to uninstall openjdk in linux 
Shell :: remove git 
Shell :: set up git repository 
Shell :: how to change swap space on ubuntu 
Shell :: copy ssh keys to remote server windows 10 openSSH 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =