IPython Kernel for Jupyter with automatic checkpoint and dependency tracking.
Project description
ElasticKernel
IPython Kernel for Jupyter with automatic checkpoint and dependency tracking.
使用方法
ローカルでの使用方法
- ライブラリをインストールする
$ uv pip install elastic-kernel
- カーネルをインストールする
$ elastic-kernel install
Elastic Kernel installed from: /path/to/elastic_kernel
- カーネルがインストールされたか確認する
$ jupyter kernelspec list
Available kernels:
elastic_kernel /Users/matsumotoryutaro/Library/Jupyter/kernels/elastic_kernel
-
JupyterLabを起動する
-
Python 3 (Elastic)のカーネルを選択する
PyPi へのアップロード方法(開発者向け)
自動でアップロードする方法
$ uv pip install bump-my-version # 初回のみ実行する
$ bump-my-version bump {hogehoge} # コマンドは以下のいずれかから選択する
$ git push --follow-tags # コミットとタグの両方をプッシュする
| コマンド | 説明 | バージョン変更例 |
|---|---|---|
bump-my-version bump patch |
パッチバージョンを上げる | 0.0.1 → 0.0.2 |
bump-my-version bump minor |
マイナーバージョンを上げる | 0.1.0 → 0.2.0 |
bump-my-version bump major |
メジャーバージョンを上げる | 1.0.0 → 2.0.0 |
手動でアップロードする方法
$ uv pip install twine build
$ python -m build
$ python -m twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
elastic_kernel-0.0.11.tar.gz
(35.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file elastic_kernel-0.0.11.tar.gz.
File metadata
- Download URL: elastic_kernel-0.0.11.tar.gz
- Upload date:
- Size: 35.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52acd907bb3f2851ff2f5894a1f4a3ad2f0d2ba9fa5614fb7adf26af0d00227d
|
|
| MD5 |
493dcaeeed45acb595dc6077dc276026
|
|
| BLAKE2b-256 |
d5f41fffa79b0e3840245ff24d6a803ec6a58c5f09d255714def84785456544c
|
File details
Details for the file elastic_kernel-0.0.11-py3-none-any.whl.
File metadata
- Download URL: elastic_kernel-0.0.11-py3-none-any.whl
- Upload date:
- Size: 43.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e269aa5f80a1b6f43b9521359ab8b62232da637bd2f3657d38b3494d9cd1d8f
|
|
| MD5 |
a783f7e17822db227f0166c3586ba7b2
|
|
| BLAKE2b-256 |
caa03b54cc3455306501c8b03f465bbf07a3a4c1091c1a487d058215a906569e
|