Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

remove notebook kernel

jupyter kernelspec uninstall unwanted-kernel
Comment

delete jupyter kernel

# List all kernels and grap the name of the kernel you want to remove
jupyter kernelspec list
# Remove it
jupyter kernelspec remove <kernel_name>
Comment

PREVIOUS NEXT
Code Example
Shell :: install ldapsearch 
Shell :: scikit-learn install error 
Shell :: python install scikit learn 
Shell :: swapping of two numbers without using third variable in shell script 
Shell :: download notes app in ubuntu 
Shell :: how to open file explorer with sudo ubuntu 
Shell :: cancel merge 
Shell :: Please remove any global installs with one of the following commands: 
Shell :: c++ build system in sublime linux for competetive programming 
Shell :: range of random numbers bash 
Shell :: check which repo i am on git 
Shell :: git log one line 
Shell :: linux test if string exists in file 
Shell :: windows fatal: unable to access SSL certificate problem: unable to get local issuer certificate 
Shell :: install vscode for ubuntu 
Shell :: remove env file from git 
Shell :: serve : File C:UsersMY PCAppDataRoaming pmserve.ps1 cannot be loaded because running scripts is disabled on this system 
Shell :: device manager cmd command 
Shell :: sudo no password 
Shell :: git diff ignore spaces and tabs 
Shell :: open wsl as root 
Shell :: mac command not found: sshpass 
Shell :: how to remove software from ubuntu 
Shell :: delete all container and images docker 
Shell :: yii2 gii command line to create model 
Shell :: apt install zbar 
Shell :: upgrade django 
Shell :: show saved wifi password windows 
Shell :: how to install ansible in debian 
Shell :: electron build windows exe 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =