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 增加获取当前安装包的版本号,增加获取当前每一个安装包最新版本的方法
安装方式
- 源码安装方式
- 检出项目
- 进入项目目录
- 执行
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.7.tar.gz
(6.5 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.7.tar.gz.
File metadata
- Download URL: wanglaoshi-0.0.7.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
806a3e81c44fca6a4a558c22ffebdc80aa97e15d343869674fed4613acc80e0c
|
|
| MD5 |
6979dd2924bcd9b62be007fb83401c10
|
|
| BLAKE2b-256 |
72cc34fae7d6c346567312925f81f641a7a4a04f60c8a504921a15bfc5b256c4
|
File details
Details for the file wanglaoshi-0.0.7-py3-none-any.whl.
File metadata
- Download URL: wanglaoshi-0.0.7-py3-none-any.whl
- Upload date:
- Size: 6.0 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 |
d7a97d6fe654794e20164393062678b1c8054378cccade47c60443a15aef7b4b
|
|
| MD5 |
a8d539ae533389f1c25ff7af402d4acb
|
|
| BLAKE2b-256 |
cd7dc7efb40c88205019fb94dd0fba227626960d5099ea53f2e9caa77f1add5f
|