Simple session save/load utility for Jupyter notebooks using dill
Project description
"""
SessionSmith
SessionSmith は、Jupyter Notebook や Python 実行時のセッション(変数・オブジェクト)を簡単に保存・復元できる軽量ライブラリです。
特徴
dillを使ってシームレスにセッション保存- たった2行で保存&復元
- 簡単&高速
インストール
pip install SessionSmith
使い方
from session_smith import save_session, load_session
# セッション保存
save_session("my_session.dill")
# セッション復元
load_session("my_session.dill")
ライセンス
MIT """
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sessionsmith-0.1.0.tar.gz
(1.7 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 sessionsmith-0.1.0.tar.gz.
File metadata
- Download URL: sessionsmith-0.1.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fde83aafe1726e98dd5577c5a4dc270929090b590eb1092cc22323602b27fa99
|
|
| MD5 |
1bbd01db46fd1527d0d233dac87ba6cd
|
|
| BLAKE2b-256 |
ebd90d6fa7e7004ada5ae7a2d4c2f9e45dd5639eccb148ee4411d3f174a4e63d
|
File details
Details for the file sessionsmith-0.1.0-py3-none-any.whl.
File metadata
- Download URL: sessionsmith-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f7eb19ed2e5051f47bc993f7e133f622b23c398e5750331dfeaef50894dac62
|
|
| MD5 |
bf141bd6be7ced92ea37e76306748f81
|
|
| BLAKE2b-256 |
f116cdd2f7e8fe02111a251f0b7f5c982e1576a9ac81381f3a730e3430ee8fd0
|