How do I add a kernel on a remote machine in IPython (Jupyter) Notebook?

前端 未结 3 1022
伪装坚强ぢ
伪装坚强ぢ 2020-12-05 02:54

Dropdown menu in the top-right of the UI on a local machine (PC):

Kernel-> 
    Change kernel->
        Python 2 (on a local PC)
        Python 3 (on a         


        
3条回答
  •  余生分开走
    2020-12-05 03:33

    IPython use kernel is a file in ~/.ipython/kernel/ that describe how to launch a kernel. If you create your own kernel (remote, or whatever) it's up to you to have the program run the remote kernel and bind locally to the port the notebook is expected.

提交回复
热议问题