Ask Your Question
1

Change the line length in the notebook

asked 2015-10-12 14:54:30 +0200

Erel Segal-Halevi gravatar image

When I enter the following in the notebook:

' '.join([str(i) for i in range(100)])

The result is split to several different lines:

'0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26

27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50

51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74

75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98

99'

I want to see all results in one long line. What should I do?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2015-10-12 17:33:20 +0200

fidbc gravatar image

You can click to the left of the block of text and it will be all in one line.

Before clicking:

image description

After clicking:

image description

edit flag offensive delete link more

Comments

Also, the third time you click will hide the entire output, and then it will cycle through these options.

kcrisman gravatar imagekcrisman ( 2015-10-12 17:51:54 +0200 )edit

Works great, thanks!

Erel Segal-Halevi gravatar imageErel Segal-Halevi ( 2015-10-12 18:41:06 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2015-10-12 14:54:30 +0200

Seen: 391 times

Last updated: Oct 12 '15