随笔分类 -  jupyter

摘要:``` jupyter nbconvert --to script --execute --stdout test_nbconvert.ipynb | python ``` 阅读全文
posted @ 2018-08-29 18:38 idlewith 阅读(125) 评论(0) 推荐(0)
摘要:\documentclass{article} 阅读全文
posted @ 2018-04-20 22:41 idlewith 阅读(167) 评论(0) 推荐(0)
摘要:1 jupyter docs 2 install jupyter 3 generate 4 get password 5 configure 6 texlive xetex, pandoc 7 run jupyter notebook 阅读全文
posted @ 2018-04-20 22:24 idlewith 阅读(205) 评论(0) 推荐(0)
摘要:``` 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)
摘要:``` pay attention to tornado 4.4.3 tornado-4.4.3-cp27-cp27m-win_amd64 ``` 阅读全文
posted @ 2017-04-05 10:10 idlewith 阅读(186) 评论(0) 推荐(0)