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
Remote jupyter kernel/kernels administration utility (the rk): https://github.com/korniichuk/rk
Install the rk from GitHub:
$ sudo pip install git+git://github.com/korniichuk/rk#egg=rk
Setup SSH for auto login without a password:
$ rk ssh
Install a template of a remote jupyter kernel:
$ rk install-template
Change the kernel.json file:
$ sudo gedit /usr/local/share/jupyter/kernels/template/kernel.json
For example from remote_username@remote_host to albert@192.168.0.1.
Click: Quickstart and YouTube video (less than 3 min).