Issue
I'm using Jupyterlab
for my datascience studies. Everything is Ok with this new tool, but some process as GridSearchCV
has long logs and this results pollutes the notebook. There is a way to active scroll bars to avoid this like in traditional Jupyter notebooks
?
Solution
You have a few options:
- Right click on cell's output -> "Enable Scrolling for Outputs". This will limit output view's height and enable scrolling, like in the classic notebook.
- Right click on cell's output -> "Create New Output View". This will create a separate scrollable view and dock it to the bottom of the screen. You can then collapse the view in the main window so it doesn't clutter the notebook.
Answered By - aldanor
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.