当前位置:网站首页>ServerApp.iopub
ServerApp.iopub
2022-06-29 08:26:00 【端木宬】
ServerApp.iopub_data_rate_limit
报错
解决方案:官方文档
使用jupyter server --generate-config报错
pyenv: jupyter-server: command not found
解决
pyenv global 3.7.4
然后再输命令即可。
ServerApp.iopub_data_rate_limit报错具体内容
IOPub data rate exceeded.
The Jupyter server will temporarily stop sending output
to the client in order to avoid crashing it.
To change this limit, set the config variable
`--ServerApp.iopub_data_rate_limit`.
Current values:
ServerApp.iopub_data_rate_limit=1000000.0 (bytes/sec)
ServerApp.rate_limit_window=3.0 (secs)
修改生成的config文件内容后,重新运行(还是报错。。。?)
## (bytes/sec) Maximum rate at which stream output can be sent on iopub before
# they are limited.
# Default: 1000000
c.ServerApp.iopub_data_rate_limit = 10000000000000000000000000000000000000000000000000000000000000000000000000000000
## (msgs/sec) Maximum rate at which messages can be sent on iopub before they are
# limited.
# Default: 1000
c.ServerApp.iopub_msg_rate_limit = 10000000000000000000000000000000000000000000000000000000000000000000000000000000000
尝试
jupyter server --ServerApp.iopub_data_rate_limit=90000000 /home/featurize/work/Untitled2.ipynb
报
[I 17:14:07.082 NotebookApp] Writing notebook server cookie secret to /home/featurize/.local/share/jupyter/runtime/notebook_cookie_secret
[W 17:14:07.306 NotebookApp] Error loading server extension jupyter_server_proxy
Traceback (most recent call last):
File "/environment/python/versions/miniconda3-4.7.12/lib/python3.7/site-packages/notebook/notebookapp.py", line 1572, in init_server_extensions
mod = importlib.import_module(modulename)
File "/environment/python/versions/miniconda3-4.7.12/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'jupyter_server_proxy'
[I 17:14:07.309 NotebookApp] Serving notebooks from local directory: /home/featurize/work
[I 17:14:07.309 NotebookApp] The Jupyter Notebook is running at:
[I 17:14:07.309 NotebookApp] http://(...):XXXX/?token=...
[I 17:14:07.309 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[W 17:14:07.316 NotebookApp] No web browser found: could not locate runnable browser.
[C 17:14:07.316 NotebookApp]
To access the notebook, open this file in a browser:
file:///....html
Or copy and paste one of these URLs:
http://(..):XXXX/?token=...
边栏推荐
- 【无标题】
- How to recover data loss of USB flash disk memory card
- 手写VirtualDOM
- ActiveMQ message component publish subscribe redelivery message redelivery
- Network learning of pointnet
- verilog 归约操作符
- 操作系统产品密钥查看方法
- js for in循环 for of循环的区别以及用法
- Enrollment brochure for system integration project management engineer certification in July 2022
- 2022第六季完美童模 海口赛区 选拔赛圆满落幕
猜你喜欢

51 MCU interrupt and timer counter, based on Puzhong technology hc6800-esv2.0

Solutions to ineffective uniapp import components

微信小程序最新canvas2d手写签名

微信小程序用户拒绝授权地理位置信息再次调起授权窗口

Summary of IO streams

Batch processing of experimental contact angle data matlab analysis

mysql insert 时出现Deadlock死锁场景分析

来个小总结吧

Transformer details

Mysql使用union all统计多张表组合总数,并分别统计各表数量
随机推荐
Differences between x86 and x64
15 things to learn in a year of internship in famous enterprises, so you can avoid detours.
Verilog 大小端以及 +:使用
PointNet/Pointnet++训练及测试
Abstract classes and interfaces
MQTT第二话 -- emqx高可用集群实现
图解SOC中的Timer(一):系统里有哪些Timer?
The difference and usage of JS for in loop and for of loop
P4769-[noi2018] bubble sort [combinatorics, tree array]
首次触电,原来你是这样的龙蜥社区 | 龙蜥开发者说第8期
[most complete] download and installation of various versions of PS and tutorial of small test ox knife (Photoshop CS3 ~ ~ Photoshop 2022)
Compare homekit, MI family, and zhiting family cloud edition for what scene based experiences
微信小程序打开文件流
(pytorch进阶之路三)encoder self attention mask
TypeScript 变量声明 —— 类型断言
2022春夏系列 KOREANO ESSENTIAL重塑时装生命力
Pointnet的网络学习
Verilog 拼接操作符号
工厂模式
微信小程序用户拒绝授权地理位置信息再次调起授权窗口