Hapus lingkungan Jupyter
jupyter kernelspec uninstall envname
Bizgrowth resources
jupyter kernelspec uninstall envname
conda create -n newenv python=3.7
activate newenv
conda install -c anaconda ipykernel
ipython kernel install --user --name=envname