Advertisement
cmurillo

Jupyter notebook tips

Oct 16th, 2019
497
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Jupyter notebook tips
  2. ==========================================
  3. Mac OS Jupyter failed to start the kernel
  4.  
  5. Check the kernel specifications:
  6.  
  7. $jupyter kernelspec list
  8. This will show you the available kernels. In this case:
  9.  
  10. python3 /usr/local/etc/jupyter/kernels/python3
  11. Open the kernel.json file in this directory and specify the path of python you want the kernel to use in the argv key.
  12.  
  13. Source: https://stackoverflow.com/questions/51934528/failed-to-start-the-kernel-on-jupyter-notebook
  14.  
  15. ==========================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement