Skip to content

org-mode ユーザーのための 書籍『Pythonではじめる時系列分析入門』のサンプルコードとデータ

Notifications You must be signed in to change notification settings

KaoruBB/book-python-tsa-intro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

馬場 真哉 著 『Pythonではじめる時系列分析入門』のサンプルコードをorg-modeで実行するためのforkです。

環境構築

pythonのインストール

pyenv install 3.12
pyenv local 3.12

仮想環境の作成

python -m venv py_tsa_venv
source py_tsa_venv/bin/activate
python -m pip install --upgrade pip
pip install -r 環境構築用資料/requirements.txt

jupyter kernelの作成

python -m ipykernel install --user --name=py_tsa

About

org-mode ユーザーのための 書籍『Pythonではじめる時系列分析入門』のサンプルコードとデータ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%