Fumi Wiki
Just a note. For reference.
Just a note. For reference.
HTMLやJavaScriptについてのあれこれ。
こちらはHugoではなく自力で書いているので、バグなどが多い可能性あり。
このページではPythonで作成したコード類などの使い方を書き残しておきます。
ソースコード類やライブラリの環境などはfumi-python-librariesにあります。
Pythonのライブラリの管理はrye
を使用しています。
上記リンクのREADME.mdに整備方法が書いてあります。
わからない場合はgoogle-colab-srcの中の.ipynb
をGoogle DriveにコピーしてGoogle Colabでひらけば使用できるはずです。
(できなければ報告いただけると修正します。)
ディレクトリの構造は以下のようになっています。
├── google-colab-src
├── notebook
│ ├── figs
│ ├── input
│ └── output
└── src
└── fumi_python_libraries
└── algebra
ディレクトリ名 | 説明 |
---|---|
google-colab-src | Google Coloabで使用できるノートブックが置いてあります。 |
notebook | Jupyter Notebookで書いたコードの置き場です。 |
src | モジュール化したソースコードが置いてあります。 |
作成したクラスやノートブックの説明と使い方について書いておきます。
ノートブックについては可能な限りGoogle Colabで使用できるノートブックも同時に作成します。 Google Colabで使用できる形式のノートブックでは内製ライブラリをベタ書きしています。 つまりソースコードがとても長いということです。 そのため。Jupyter Notebook用のコードよりチュートリアルが少なくなっている場合があります。
Google Colab用のソースコード以外では、基本的に内製のライブラリを相対パスで使用します。 すなわち、自分で色々解決できない場合、GitHubt同様の環境を用意しないと動かない可能性があります。
Artemis doesn’t have as extensive documentation as ROOT…
For beginners like me, this can be challenging.
I’ll put aside the accuracy of the information and leave notes on the areas I struggled with.
I’ll leave notes on the various steps to get Artemis up and running.
Tutorials for those who want to learn while using it. (Those without links will be released soon.) Currently seeking good tutorials
The analysis environment used in the tutorial is here (with sample code in the article)
Notes and reminders for commands and codes used in experiments.