A utility module for ML and DL tasks
Project description
王老师 WangLaoShi
项目介绍
总结一些在学习过程中的知识点,以及一些学习资料。
项目结构
WangLaoShi
├── README.md
├── wanglaoshi
│ ├── version.py
项目版本
- 0.0.1 初始化版本,项目开始
- 0.0.2 增加列表输出
- 0.0.3 增加字典输出,使用 Rich 输出
- 0.0.4 实现 JupyterNotebook 环境创建
- 0.0.5 增加几个有用的库
- 0.0.6 修改获取 version 的方法
- 0.0.7 增加获取当前安装包的版本号,增加获取当前每一个安装包最新版本的方法
- 0.0.8 增加对数据文件的基本分析的部分
- 0.0.9 增加 jinja2 的模板输出的 Analyzer
安装方式
- 源码安装方式
- 检出项目
- 进入项目目录
- 执行
python setup.py install - 安装完成
- pip安装方式
pip install wanglaoshi
使用方法
- 创建新的环境
from wanglaoshi import JupyterEnv as JE
JE.jupyter_kernel_list()
JE.install_kernel()
# 按照提示输入环境名称
- 获取当前环境常用库版本
from wanglaoshi import VERSIONS as V
V.check_all_versions()
- 获取当前环境所有库
from wanglaoshi import VERSIONS as V
V.check_all_installed()
- 获取当前环境所有库最新版本
from wanglaoshi import VERSIONS as V
V.check_all_installed_with_latest()
建议的版本对照关系
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
wanglaoshi-0.0.9.tar.gz
(12.2 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 wanglaoshi-0.0.9.tar.gz.
File metadata
- Download URL: wanglaoshi-0.0.9.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89c8fc9a75bbd2cd6f60c57d415ddf9ac68cfcd43dadc20d53b1c3e4770c39a0
|
|
| MD5 |
1903630d8ff9ea3cd2913b74ce40382d
|
|
| BLAKE2b-256 |
ac60d894fbda0925c25d7a370f5b9af05f0e72f5a987dba6cf32dd1a5eb9e718
|
File details
Details for the file wanglaoshi-0.0.9-py3-none-any.whl.
File metadata
- Download URL: wanglaoshi-0.0.9-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a594bc6a03af8c447a9e3f78e6eac54b6c73df9942c9ec094e7102677ec8df8c
|
|
| MD5 |
63e0b4667acfe182a6aee016b1823b1a
|
|
| BLAKE2b-256 |
c010119c4732f92c6b9a809a8bf9c3d3f9ba9279268bf927341a9b4254e2e4cc
|