Ask Your Question

Revision history [back]

How do I set config variables on a Mac?

I am using SageMath Jupiter notebooks with Mac OS 11.2.2. I wrote:

import pickle rfile = open('/Users/barrybrent/test31jan21no22.txt','r') rs=pickle.load(rfile) rfile.close() s=stripQuotationMarks(rs) print(s) print(len(s)) for k in [0..3]: print("") print(s[k][1])

Jupiter answered:

IOPub data rate exceeded. The notebook server will temporarily stop sending output to the client in order to avoid crashing it. To change this limit, set the config variable --NotebookApp.iopub_data_rate_limit.

Current values: NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec) NotebookApp.rate_limit_window=3.0 (secs)

I'm a Terminal amateur, but I tried various suggestions on the web involving language with the word Jupiter in it, and Terminal answers with variations on 'zsh: no such file or directory'.

Any other suggestions?

How do I set config variables on a Mac?

I am using SageMath Jupiter Jupyter notebooks with Mac OS 11.2.2. I wrote:

import pickle
rfile = open('/Users/barrybrent/test31jan21no22.txt','r')
rs=pickle.load(rfile)
rs = pickle.load(rfile)
rfile.close()
s=stripQuotationMarks(rs)
s = stripQuotationMarks(rs)
print(s)
print(len(s))
for k in [0..3]:
[0 .. 3]:
    print("")
    print(s[k][1])

print(s[k][1])

Jupiter Jupyter answered:

IOPub data rate exceeded.
The notebook server will temporarily stop sending output
to the client in order to avoid crashing it.
To change this limit, set the config variable
--NotebookApp.iopub_data_rate_limit.

`--NotebookApp.iopub_data_rate_limit`.

Current values: NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec) NotebookApp.rate_limit_window=3.0 (secs)

(secs)

I'm a Terminal amateur, but I tried various suggestions on the web web involving language with the word Jupiter Jupyter in it, and Terminal answers answers with variations on 'zsh: no such file or directory'.

Any other suggestions?