create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
| from scipy.cluster.hierarchy import dendrogram, linkage | |
| import sys | |
| import matplotlib | |
| matplotlib.use("Qt5Agg") | |
| import numpy as np | |
| from numpy import arange, sin, pi | |
| from matplotlib.backends.backend_qt5agg import NavigationToolbar2QT as NavigationToolbar | |
| from matplotlib.backends.backend_qt5agg import FigureCanvasQTAgg as FigureCanvas | |
| from matplotlib.figure import Figure | |
| from matplotlib import pyplot as plt |
| <style> | |
| @font-face { | |
| font-family: "Computer Modern"; | |
| src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunss.otf'); | |
| } | |
| div.cell{ | |
| width:800px; | |
| margin-left:16% !important; | |
| margin-right:auto; | |
| } |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
| Welcome to | |
| ____ __ | |
| / __/__ ___ _____/ /__ | |
| _\ \/ _ \/ _ `/ __/ '_/ | |
| /___/ .__/\_,_/_/ /_/\_\ version 1.1.0 | |
| /_/ | |
| Using Scala version 2.10.4 (Java HotSpot(TM) 64-Bit Server VM, Java 1.6.0_65) | |
| Type in expressions to have them evaluated. | |
| Type :help for more information. |