Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
terasakisatoshi committed Mar 9, 2024
1 parent ec4b932 commit 02a4a61
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# intro2software_with_julia_pluto_materials
Collected Pluto Notebooks for 計算物理春の学校 2024

[計算物理春の学校 2024](https://atelierarith.github.io/intro2software_with_julia/) の Pluto Notebook 置き場

# 使い方

- Julia をインストールする.Git をインストールする
- 次のようにしてリポジトリをクローン,Pluto.jl をインストールする

```console
$ git clone https://github.com/AtelierArith/intro2software_with_julia_pluto_materials
$ cd intro2software_with_julia_pluto_materials
$ julia -e 'using Pkg; Pkg.add("Pluto")'
```

Pluto.jl は Julia のためのリアクティブなノートブックを提供するパッケージである.次のコマンドを実行すると Pluto Notebook 環境が起動する:

```console
$ julia -e 'using Pluto; Pluto.run()'
```

Pluto.jl 自体のドキュメントは https://github.com/fonsp/Pluto.jl/wiki にある.

0 comments on commit 02a4a61

Please sign in to comment.