https://github.com/ryu22e/pycon-kyushu-2024-python-in-excel
https://github.com/ryu22e/pycon-kyushu-2024-python-in-excel
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryu22e/pycon-kyushu-2024-python-in-excel
- Owner: ryu22e
- License: cc-by-4.0
- Archived: true
- Created: 2024-03-24T09:21:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T00:21:13.000Z (over 1 year ago)
- Last Synced: 2025-03-22T04:42:46.250Z (about 1 year ago)
- Language: Python
- Homepage: https://pycon-kyushu-2024-python-in-excel.ryu22e.dev/
- Size: 6.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
#################################################################
Excel + Pythonでデータ解析、集計が捗る!「Python in Excel」の紹介
#################################################################
Requirements
------------
* Git
* Python 3.9 or higher
* Your favorite editor
How to Build
------------
.. code-block:: bash
$ git clone {repository url}
$ cd {repository path}
$ python -m venv .venv
$ source .venv/bin/activate
(.venv)$ pip install -r requirements.txt
(.venv)$ vim source/index.rst # Replace vim with your favorite editor
(.venv)$ make revealjs # Build to build/revealjs/