April 2018
Beginner to intermediate
300 pages
7h 34m
English
To open a notebook running on a remote server, you may set up port forwarding during SSH, as follows:
ssh –L 8888:localhost:8888 mary@remoteserver
Then you may open the notebook again with localhost:8888 as the URL.
To upgrade from a previous version, run the following command:
pip3 install --upgrade matplotlib ...
Read now
Unlock full access