当前位置: 首页 > 工具软件 > gophernotes > 使用案例 >

GopherNotes Go的交互式编程环境

曾修真
2023-12-01

如果你装了Docker,那么执行:

docker run -it -p 8888:8888 gopherdata/gophernotes:latest-ds

就可以在本机的8888端口启动一个支持Go的jupyter notebook服务了

需要注意的是,在启动的提示信息里面有一个Token:

Unable to find image 'gopherdata/gophernotes:latest-ds' locally
latest-ds: Pulling from gopherdata/gophernotes
a44d943737e8: Already exists
0bbfb29b138b: Pull complete
ef49c0fa046c: Pull complete
Digest: sha256:e2ef4a5b318604b8e5116fcf470e11fecbb2c18631cb73bdbed46ed026e862a6
Status: Downloaded newer image for gopherdata/gophernotes:latest-ds

[I 23:13:48.691 NotebookApp] Writing notebook server cookie secret to /root/.local/share/jupyter/runtime/notebook_cookie_secret
[I 23:13:51.812 NotebookApp] Serving notebooks from local directory: /
[I 23:13:51.813 NotebookApp] The Jupyter Notebook is running a
 类似资料: