LoginSignup
1
0

More than 5 years have passed since last update.

JuliaインストールからIJulia起動までメモ 2018-05-21

Last updated at Posted at 2018-05-21

IJuliaセットアップメモ

juypterは

pip install jupyter

でインストール済み

要点

asdf asdf plugin-add julia
asdf install julia 0.6.2 
asdf global 0.6.2
$ julia
Pkg.add("IJulia")
notebook()

$ jupyter notebook から起動しても Juliaが使えるようになってた。

作業メモ

1
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
1
0