1. Line regression 1.1 Ordinary Least Squares (OLS) Perspective 1.1.1 Model Representation: The linear regression model is represented as: \hat{Y} = X
问题描述:使用docker部署的jupyter容器中matplotlib中文乱码 1. 下载字体 wget https://github.com/StellarCN/scp_zh/raw/master/fonts/SimHei.ttf 2. 获取matplotlib相关目录 import matp
1. python setup.py egg_info Check the logs for full command output 解决方案: pip3 install --upgrade setuptools 2. Cannot import name ‘soft_unicode’ from
问题描述 jupyer lab界面保存文件时提示Jupyter Lab throwing 413: Request Entity Too Large 解决方法 修改nginx配置,在配置中增加/修改client_max_body_size :
问题描述 命令行执行conda命令,提示报错 ImportError: cannot import name 'JSONDecodeError' 解决方案 安装simplejson pip install -U simplejson 编辑文件/opt/conda/lib/python3.11/s
设置了jupter日报的定时任务,第二天发现任务没有正常执行,原来是crontab和系统时区不一致导致 问题定位 脚本单独运行正常 分钟级别crontab任务可生效,但指定小时不生效 | crontab | 生效 | | --- | --- | | * * * * * | √| | * 8 * *
前置条件 Jupyter Lab 问题描述 每天自动运行.ipynb脚本,更新报表 操作步骤 使用 crontab 来定时调度 Jupyter Lab 单元格是一项稍微复杂的任务,因为 Jupyter Lab 并不直接支持命令行操作。但是,我们可以通过一些技巧来模拟定时调度 Jupyter Lab的
问题描述 arm64机器上安装akshare后运行报错 RuntimeError: Native library not available at /usr/local/lib/python3.7/dist-packages/py_mini_racer/libmini_racer.glibc.so
前情提要:花了大半天成功部署上jupyter,结果发现不能执行代码单元,继续折腾.. 问题描述 前端jupyer lab界面执行代码单元无响应,且提示Kernel status:Disconnected 后台jupyter容器日志提示400报错 docker logs -f 容器id 400 GE
平平无奇却花了一天!期间尝试了多种方案: 1.宿主机nginx+宿主机jupyter 2.容器nginx+宿主机jupyter 3.容器nginx+容器jupyter