环境安装
solved by:
https://www.jianshu.com/p/6eb3a76abce1
https://blog.csdn.net/WZY31014332886/article/details/104587373/
Jupyter notebook:
https://blog.csdn.net/m0_37438418/article/details/80620190
Mac 自动打开jupyter notebook
python3 -m IPython notebook
服务器的配置:http://www.manongjc.com/article/44299.html
解决mac登陆不上jupyter notebook的问题
参考:https://cloud.tencent.com/developer/article/1365548
1.ssh -L 8000:localhost:8888 sll@172.18.24.53
2.conda activate cyclegan
3.jupyter notebook
4.mac浏览器打开:http://localhost:8000