cancel
Showing results for 
Search instead for 
Did you mean: 
IvanLabrovic
Flight Engineer
Flight Engineer
  • 265 Views

Jupyter Workbench buttons on cells sometimes not visible

Jump to solution

In Jupyter Workbench, if you have opened an ipynb file and are working on any of the cells, you will notice several handy buttons on the right side of the cell eg add cell, move cell, delete cell etc.
But sometimes the buttons are not there!

I found that if the first line in the call is 'long enough' to occupy the space, the buttons wont fit so they are not visible.
Cut the line halfway (if possible...) , and you will see the buttons appear again!

So, not really an issue but just sharing if anyone else is 'sometimes' missing these buttons, here's why.

1 Solution

Accepted Solutions
alexaben
Mission Specialist
Mission Specialist
  • 148 Views

@IvanLabroviclocksmithehall wrote:

In Jupyter Workbench, if you have opened an ipynb file and are working on any of the cells, you will notice several handy buttons on the right side of the cell eg add cell, move cell, delete cell etc.
But sometimes the buttons are not there!

I found that if the first line in the call is 'long enough' to occupy the space, the buttons wont fit so they are not visible.
Cut the line halfway (if possible...) , and you will see the buttons appear again!

So, not really an issue but just sharing if anyone else is 'sometimes' missing these buttons, here's why.



In Jupyter Workbench, if the cell action buttons (like add, move, delete) are not visible, it might be because the first line of the cell is too long. If the line length occupies the space, the buttons can get hidden. To fix this, try reducing the length of the first line or adding line breaks. This should make the buttons reappear.

View solution in original post

0 Kudos
1 Reply
alexaben
Mission Specialist
Mission Specialist
  • 149 Views

@IvanLabroviclocksmithehall wrote:

In Jupyter Workbench, if you have opened an ipynb file and are working on any of the cells, you will notice several handy buttons on the right side of the cell eg add cell, move cell, delete cell etc.
But sometimes the buttons are not there!

I found that if the first line in the call is 'long enough' to occupy the space, the buttons wont fit so they are not visible.
Cut the line halfway (if possible...) , and you will see the buttons appear again!

So, not really an issue but just sharing if anyone else is 'sometimes' missing these buttons, here's why.



In Jupyter Workbench, if the cell action buttons (like add, move, delete) are not visible, it might be because the first line of the cell is too long. If the line length occupies the space, the buttons can get hidden. To fix this, try reducing the length of the first line or adding line breaks. This should make the buttons reappear.

0 Kudos
Join the discussion
You must log in to join this conversation.