![如何透過區域網路使用Sage數學筆記本伺服器?](https://rvso.com/image/1399993/%E5%A6%82%E4%BD%95%E9%80%8F%E9%81%8E%E5%8D%80%E5%9F%9F%E7%B6%B2%E8%B7%AF%E4%BD%BF%E7%94%A8Sage%E6%95%B8%E5%AD%B8%E7%AD%86%E8%A8%98%E6%9C%AC%E4%BC%BA%E6%9C%8D%E5%99%A8%EF%BC%9F.png)
我在桌面上安裝的 Ubuntu 12.04 LTS 中使用 sage-5.12-linux-64bit-ubuntu_12.04.3_lts-x86_64-Linux。我想在桌面上運行 sagemath 伺服器並從筆記型電腦存取筆記型電腦伺服器。我找到了這個關聯。我試過
sage: notebook(interface='', server_pool=['sage1@localhost'],
....: ulimit='-v 500000', accounts=True)
它允許我遠端登入 Sage 筆記型電腦伺服器desktopLANaddress:8080/
,但localhost:8080/home/admin/
任何程式的輸出都不會顯示在我的瀏覽器(最新的 Firefox)中。我該如何解決這個問題?
答案1
您是否按照此處的說明設定了一對 ssh 密鑰 http://www.sagemath.org/doc/reference/notebook/sagenb/notebook/notebook_object.html 在“輸入”部分下:(更高級)
我對這個問題不太了解,只是碰巧我正在嘗試做與您相同的事情,並在谷歌搜索後遇到了您的問題
問候