jupyter / notebook

Jupyter Interactive Notebook
https://jupyter-notebook.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
11.73k stars 4.96k forks source link

Scrollbar for web terminal #1200

Closed praveen-srinivasan closed 5 years ago

praveen-srinivasan commented 8 years ago

Hi, It would be very useful to have a scrollbar for the web terminal.

captainsafia commented 8 years ago

Thanks for opening this issue, @praveen-srinivasan!

Are you talking about a vertical scrollbar or a horizontal scrollbar. I tested the web terminal on the latest version of Safari and there is a vertical scrollbar. As for a horizontal scrollbar, the terminal wraps text so a horizontal scrollbar would not be needed.

Can you clarify what kind of scrollbar you are talking about and in what browser and version of the Notebook you are seeing this?

praveen-srinivasan commented 8 years ago

Hey, I don't see it (a vertical scrollbar, which is what I'm interested in) in my version in Safari or Chrome. How can I check my notebook version?

On Sat, Mar 12, 2016 at 8:51 PM, Safia Abdalla notifications@github.com wrote:

Thanks for opening this issue, @praveen-srinivasan https://github.com/praveen-srinivasan!

Are you talking about a vertical scrollbar or a horizontal scrollbar. I tested the web terminal on the latest version of Safari and there is a vertical scrollbar. As for a horizontal scrollbar, the terminal wraps text so a horizontal scrollbar would not be needed.

Can you clarify what kind of scrollbar you are talking about and in what browser and version of the Notebook you are seeing this?

— Reply to this email directly or view it on GitHub https://github.com/jupyter/notebook/issues/1200#issuecomment-195876609.

~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- Praveen Srinivasan

captainsafia commented 8 years ago

You can check your version by going to Help > About.

praveen-srinivasan commented 8 years ago

Thanks - it's 4.1.0 .

On Mon, Mar 14, 2016 at 11:10 PM, Safia Abdalla notifications@github.com wrote:

You can check your version by going to Help > About.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/jupyter/notebook/issues/1200#issuecomment-196680135

~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- Praveen Srinivasan

praveen-srinivasan commented 8 years ago

Should the scrollbar be present in 4.1.0 ?

takluyver commented 8 years ago

I don't see a vertical scrollbar in the terminal, and I don't think I ever have.

takluyver commented 8 years ago

Also, if this is an issue, I suspect it's a term.js issue.

gnestor commented 8 years ago

I can verify that there is a vertical scrollbar on master.

Screenshot:

screenshot