Groups | Search | Server Info | Login | Register


Groups > comp.soft-sys.math.maple > #1380

Re: Printing in Jupyter notebooks

Newsgroups comp.soft-sys.math.maple
Date 2023-04-29 22:31 -0700
References <c3ecfbbc-5729-4f75-9861-65e7f4bd6315n@googlegroups.com> <4920d869-beec-44d2-9d76-741a8764d77an@googlegroups.com> <kb5ggeFi4ooU3@mid.individual.net>
Message-ID <e0002139-6ca5-418b-9cb6-7bdc2cff0a9en@googlegroups.com> (permalink)
Subject Re: Printing in Jupyter notebooks
From "peter....@gmail.com" <peter.luschny@gmail.com>

Show all headers | View raw


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

Back to comp.soft-sys.math.maple | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Printing in Jupyter notebooks "peter....@gmail.com" <peter.luschny@gmail.com> - 2023-04-29 11:44 -0700
  Re: Printing in Jupyter notebooks Jerry Place <jerryplace.01@gmail.com> - 2023-04-29 12:59 -0700
    Re: Printing in Jupyter notebooks Rainer Rosenthal <r.rosenthal@web.de> - 2023-04-29 23:28 +0200
      Re: Printing in Jupyter notebooks "peter....@gmail.com" <peter.luschny@gmail.com> - 2023-04-29 22:31 -0700
        Re: Printing in Jupyter notebooks Rainer Rosenthal <r.rosenthal@web.de> - 2023-04-30 16:03 +0200
          Re: Printing in Jupyter notebooks jfh <harperjf2@gmail.com> - 2023-05-04 14:35 -0700

csiph-web