IPython Kernel for Jupyter with automatic checkpoint and dependency tracking.
Project description
ElasticKernel
IPython Kernel for Jupyter with automatic checkpoint and dependency tracking.
使用方法
Dockerを用いた方法
- イメージをプルする
docker pull ghcr.io/mryutaro/elastickernel
- コンテナを起動する
docker run -p 8888:8888 ghcr.io/mryutaro/elastickernel
-
ブラウザからJupyterLabにアクセスする
-
Python 3 (Elastic)のカーネルを選択する
ローカルでの使用方法
- ライブラリをインストールする
$ 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を起動する
-
ブラウザから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.13.tar.gz
(36.0 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.13.tar.gz.
File metadata
- Download URL: elastic_kernel-0.0.13.tar.gz
- Upload date:
- Size: 36.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73b8729a4d893d969c63f637627015977cc2b9843749fe9ce8200d25367eb82f
|
|
| MD5 |
77495d6ca9a7cff6d9a451d3b281dc2d
|
|
| BLAKE2b-256 |
74495a3f9325d16ca74655729d17a7c241d7bbf2a129552496bdb560fe3bcdee
|
File details
Details for the file elastic_kernel-0.0.13-py3-none-any.whl.
File metadata
- Download URL: elastic_kernel-0.0.13-py3-none-any.whl
- Upload date:
- Size: 43.8 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 |
58751da352c1c1015fe746d4107aed331653d90359b4a28e02e029ebc90a5d95
|
|
| MD5 |
c8c4d80b1fad2ea80e0c5f5c77dec929
|
|
| BLAKE2b-256 |
c20bda026dcea02962dc9670dc5a6b4398092a6ceb95618429b3a762c199553a
|