/YouTube-Manager

YouTube Manger App

Primary LanguageJupyter Notebook

YouTube-Manager

YouTube Manger App

Environment

Create conda env

conda create -y --name=yt python=3.8 

Remove conda env

conda env remove -y --name yt 

add jupyter kernel

conda activate yt
pip install ipykernel
python -m ipykernel install --user --name yt --display-name "YouTube Manager"

remove jupyter kernel

jupyter kernelspec uninstall -y yt