X-Received: by 2002:a05:622a:1998:b0:3ed:54d:629e with SMTP id u24-20020a05622a199800b003ed054d629emr3651086qtc.13.1682832704483; Sat, 29 Apr 2023 22:31:44 -0700 (PDT) X-Received: by 2002:a05:622a:1a83:b0:3ef:3395:de6a with SMTP id s3-20020a05622a1a8300b003ef3395de6amr3724313qtc.6.1682832704201; Sat, 29 Apr 2023 22:31:44 -0700 (PDT) Path: csiph.com!1.us.feeder.erje.net!feeder.erje.net!usenet.blueworldhosting.com!diablo2.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.soft-sys.math.maple Date: Sat, 29 Apr 2023 22:31:43 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=2a02:2454:81c3:2600:700f:c390:7911:559e; posting-account=PEh90woAAACWN3C9IZwQVmbvngXF6iWJ NNTP-Posting-Host: 2a02:2454:81c3:2600:700f:c390:7911:559e References: <4920d869-beec-44d2-9d76-741a8764d77an@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Printing in Jupyter notebooks From: "peter....@gmail.com" Injection-Date: Sun, 30 Apr 2023 05:31:44 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1745 Xref: csiph.com comp.soft-sys.math.maple:1380 RR> So maybe it's a problem with carriage return / line feed, i.e., the RR> lines are printed without line feed? No, wouldn't you expect in this case the output "0 1 2 3 4 5"? The output is "5", as I wrote. So I tried two workarounds, but same result with: > for n from 0 to 5 do lprint(n) od; and with: > for n from 0 to 5 do > printf("%g\n", n); > end do --- Greetings to good old Vladimir: https://www.cybertester.com/images/bug-ass.jpg