LoginSignup
0
0

More than 5 years have passed since last update.

Jupiterにclingカーネルをインストール

Last updated at Posted at 2015-10-29

clingkernel

本家のインストール
https://github.com/minrk/clingkernel
ではgit cloneの説明がないので??だった.

ダウンロード・インストール
git clone https://github.com/minrk/clingkernel.git
cd clingkernel/
sudo jupyter-kernelspec-2.7 install --user cling

(上記ではjupyter-kernelspec-2.7はmacportsのコマンド.)

cling

その前にCling自体をインストールする必要がある.

mkdir $HOME/cling
cd $HOME/cling
wget https://raw.githubusercontent.com/karies/cling-all-in-one/master/clone.sh
sh ./clone.sh

これでclingが$HOME/cling/inst/bin/にインストールされる.

.bash_profileにかく
export PATH="$PATH:$HOEM/cling/inst/bin/"
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0