随笔分类 - python
摘要:最前面加个英文叹号即可,如: !pip install lightgbm -i https://pypi.tuna.tsinghua.edu.cn/simple -i表示指定源的地址
阅读全文
摘要:参数加一个 -i 即可,如: pip install lightgbm -i https://pypi.tuna.tsinghua.edu.cn/simple 国内常用镜像源 清华大学: https://pypi.tuna.tsinghua.edu.cn/simple/ 阿里云: https://m
阅读全文
摘要:1、进入配置目录 cd ~/.jupyter 2、找到并修改 jupyter_notebook_config.py (如果没有此文件,执行: jupyter notebook --generate-config 生成此文件) vi jupyter_notebook_config.py 3、修改 c.
阅读全文
摘要:2022-01-17: python:3.9\opencv:4.5.1\hyperlpr:1.21.3 安装环境: pip3 install opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple pip3 install hyperlpr
阅读全文
摘要:1. 启动容器 docker run -d --name jupyter -p 8888:8888 jupyter/base-notebook 更多镜像可以参照:https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selectin
阅读全文