1

プリインストールされた Anaconda Python3 を使用するには、Beaker をどのように設定すればよいですか? ここ、次にここの指示に従いましたが、成功しませんでした。私のbeaker.pref.jsonファイルは次のようになります。

{
  "autocomplete-parameters" : "true",
  "pref-format" : "1",
  "allow-anonymous-usage-tracking" : true,
  "languages" : {
    "IPython" : {
      "path" : "c:\\Python\\Anaconda"
    },
    "Python2" : {
      "path" : "c:\\Python\\Anaconda\\envs\\py27"
    },
    "Python3" : {
      "path" : "c:\\Python\\Anaconda"
    }
  },
  "advanced-mode" : false,
  "edit-mode" : "default"
}

なしで試してみましたPython2が、まだ動作しません。ブラウザは常に開いていますが、サーバーに接続できません。

beaker.pref.json実行の出力は次のとおりです。

...
c:\Beaker>REM limitations under the License.
starting nginx instance (c:\Beaker/nginx)
nginx-stderr>nginx: [alert] could not open error log file: CreateFile() "C:\Users\itsme\.beaker\v1\nginx8685613245756631317/logs/error.log" failed (1113: Form
atMessage() error:(15100))
nginx-stderr>2016/04/29 16:03:50 [emerg] 3548#14984: CreateFile() "C:\Users\itsme\.beaker\v1\nginx8685613245756631317/conf/nginx.conf" failed (1113: FormatMes
sage() error:(15105))
[main] INFO org.eclipse.jetty.server.Server - jetty-8.1.13.v20130916
[main] INFO org.eclipse.jetty.server.AbstractConnector - Started SelectChannelConnector@127.0.0.1:8802

Connecting to http://127.0.0.1:8801/

もちろん、Jupyter完璧に動作します。助けてくれてありがとう!!

4

1 に答える 1