Skip to content

Conversation

gnestor
Copy link
Contributor

@gnestor gnestor commented Jul 17, 2018

Closes #3772
This does not display the inline run button on desktop (non-mobile) because it has proven to be distracting and not really useful for desktop.

It also makes the input prompt and run button inline so that they don't take up 2 separate lines.

Before:

image

After:

image

@minrk minrk added this to the 5.7 milestone Jul 18, 2018
minrk
minrk previously approved these changes Jul 18, 2018
@minrk
Copy link
Member

minrk commented Jul 18, 2018

In testing this PR, I noticed a weird alignment issue:

screen shot 2018-07-17 at 22 17 31

As cells are executed, the prompt changes width.

@gnestor
Copy link
Contributor Author

gnestor commented Jul 19, 2018

I'm seeing this in master too:

image

@gnestor
Copy link
Contributor Author

gnestor commented Jul 19, 2018

I just pushed a fix that should solve the problem as long as the execution count is under 10,000 😺

image

@takluyver takluyver merged commit d61cd6e into jupyter:master Jul 19, 2018
@takluyver
Copy link
Member

I didn't see the misalignment on this, but while I was checking, I did discover a misalignment between code and markdown cells: #3781.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Removing the play button introduced in 5.6.0?

3 participants