您能告诉我jupyter群集的用途是什么。我创建了jupyter集群,并建立了连接。但是我还是很困惑,如何有效地使用该集群?
谢谢
答案 0 :(得分:0)
对于Jupyter Notebook群集,您可以在本地计算机上运行Notebook,并通过设置适当的端口号连接到群集上的Notebook。示例代码:
ssh username@ip_address
进入服务器。jupyter notebook --no-browser --port=7800
run ssh -N -f -L localhost:8001:localhost:7800 username@ip_address
上。 http://localhost:8001/