本文会介绍如何在阿里云服务器上安装Alink,我们可以随时随地通过Web进行访问,也可以分享给朋友们一起使用。
下载Anaconda
wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2019.10-Linux-x86_64.sh
安装Anaconda
参考链接:https://docs.anaconda.com/anaconda/install/silent-mode/
bash Anaconda3-2019.10-Linux-x86_64.sh -b -f -p /opt/conda export PATH=/opt/conda/bin:$PATH
安装Java 8
确保使用环境中安装有 Java 8。如果没有,请到 https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 选择系统对应的版本下载安装。
安装PyAlink
相关内容参见:
Alink品数:如何安装最新版本PyAlink?zhuanlan.zhihu.com
启动Notebook
参考链接:https://jupyter.readthedocs.io/en/latest/running.html
# setup password
jupyter notebook password
# Enter: [your password]
jupyter notebook --ip=0.0.0.0 —port=8888 --allow-root
浏览器访问
在浏览器输入地址: http://[server ip]:8888/