Jupyter Notebook
The Jupyter notebook is a web-based notebook environment for interactive computing.
安装jupyter:
pip3.7 install jupyter
启动:
jupyter notebook --port
参考:
https://github.com/jupyter/notebook
gophernotes
Jupyter notebooks的扩展插件,增加golang语音支持。The Go kernel for Jupyter notebooks and nteract.
$ go get -u github.com/gopherdata/gophernotes $ mkdir -p ~/Library/Jupyter/kernels/gophernotes $ cp $GOPATH/src/github.com/gopherdata/gophernotes/kernel/* ~/Library/Jupyter/kernels/gophernotes
参考:
https://github.com/gopherdata/gophernotes
参考:
1、https://zhuanlan.zhihu.com/p/33105153
2、https://segmentfault.com/a/1190000015674501
3、https://jupyter.readthedocs.io/en/latest/running.html#running