摘要: ``` jupyter notebook --no-browser --port=8898 --ip=127.0.0.1 --allow-root ``` ``` ssh -N -f -L 127.0.0.1:8898:127.0.0.1:8898 root@remote_ip ``` ``` http://127.0.0.1:8898 ``` 阅读全文
posted @ 2017-10-24 18:58 idlewith 阅读(145) 评论(0) 推荐(0)
摘要: ``` !/usr/local/bin/python coding: utf 8 import os import sys import time device = sys.argv[1] index = sys.argv[2] community = '' version = '1' limit 阅读全文
posted @ 2017-10-24 11:55 idlewith 阅读(128) 评论(0) 推荐(0)