빅데이터분석/파이썬 활용

Error Starting Kernel

cheonbi 2019. 11. 15. 16:54

[Solution1]

pip install pypiwin32

pip install --upgrade jupyter_client

 

[Solution2]

conda install -c conda-forge pywin32
conda install -c anaconda jupyter_client
conda install -c conda-forge jupyter_core

 

[Reference]

https://github.com/jupyter/notebook/issues/4909