标签:hub lag 技术 OLE pos span bsp lis 语音
The Jupyter notebook is a web-based notebook environment for interactive computing.
pip3.7 install jupyter
jupyter notebook --port <port_number>
https://github.com/jupyter/notebook
前提:
安装:
$ 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
jupyter notebook
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
使用jupyter搭建golang的交互式界面:类似于ipython
标签:hub lag 技术 OLE pos span bsp lis 语音
原文地址:https://www.cnblogs.com/shengulong/p/10257511.html