2017-06-08 5 views
1

jupyterlabで動作するscalaカーネルを取得するためにjupyter-scalaをインストールしようとしています。私はプロキシの背後にあり、タイムアウトしています。 http(s)_proxyホストとポート環境変数が正しく設定されています。ここでの説明に続いてjupyter-scalaをプロキシの背後にインストールする

:私はプロキシ設定を設定することができる場所https://github.com/alexarchambault/jupyter-scala#jupyter-installation

jupyter-スカラ座とcoursierを見ると、私は見つけることができません。誰でも知っていますか?

ありがとうございます!

コマンドの実行:sh -x -vvvv jupyter-scalaと面白いビット+エラー:URLは結構ですので

/tmp/coursier.e5brtL0K launch -r sonatype:releases -r sonatype:snapshots -i ammonite -I ammonite:org.jupyter-scala:ammonite-runtime_2.11.11:0.8.3-1 -I ammonite:org.jupyter-s 
cala:scala-api_2.11.11:0.4.2 org.jupyter-scala:scala-cli_2.11.11:0.4.2 -- --id scala --name Scala 
Error while downloading https://oss.sonatype.org/content/repositories/releases/io/get-coursier/coursier-cli_2.11/1.0.0-RC1/coursier-cli_2.11-1.0.0-RC1-standalone.jar: Connecti 
on timed out (Connection timed out), ignoring it 

はまた、私はwget https://oss.sonatype.org/content/repositories/releases/io/get-coursier/coursier-cli_2.11/1.0.0-RC1/coursier-cli_2.11-1.0.0-RC1-standalone.jar jarファイルのダウンロードを実行します。

答えて

0

アン(醜い)溶液を手で瓶をダウンロードしcoursierを起動するには、次のコマンドラインを使用することです:

java -Dhttps.proxyHost=proxy -Dhttps.proxyPort=80 \ 
    -cp coursier-cli_2.11-1.0.0-RC1-standalone.jar coursier.cli.Coursier 
+0

このあなたはまた、システムプロパティ-Dcoursier.mainJar =を追加する必要がある以外はほとんど動作しますcoursier-cli_2.11-1.0.0-RC1-standalone.jar – Sheng

関連する問題