Skip to content

ghmagazine/mathematical_modeling_book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mathematical_modeling_book

『ビジネス課題を解決する技術〜数理モデルの力を引き出す3ステップフレームワーク』のサンプルコードです。

書籍情報

著者:森下光之助
定価:3,300円(本体3,000円+税10%)
発売日:2025年6月27日
頁数:320ページ
ISBN:978-4-297-14992-5

出版社サポートサイト

https://gihyo.jp/book/2025/978-4-297-14992-5

動作環境とセットアップ手順

Pythonのバージョンは3.12.9を利用しています。

  1. リポジトリのクローン
git clone https://github.com/ghmagazine/mathematical_modeling_book.git
cd mathematical_modeling_book
  1. 仮想環境の作成と有効化(Mac/Linuxの場合)
python -m venv .venv
source .venv/bin/activate
  1. 依存パッケージのインストール
pip install -r requirements.txt
  1. Jupyter labの起動
jupyter lab

その他の注意点

グラフの日本語フォント

グラフの日本語フォントとしてNoto Sans Japaneseを指定しています。 必要に応じて、以下サイトからフォントをダウンロードして、インストールして下さい。 https://fonts.google.com/noto/specimen/Noto+Sans+JP

または、setting/visualization.json内のフォントを変更して下さい。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •