I have recently formatted my system and Upon reinstalling Anaconda, UI of jupyter notebook seemed changed. I like the previous one.
I recently formatted my system. After reinstalling Anaconda, the Jupyter Notebook user interface appeared different. I prefer the previous UI.
Any Comments?
Thanks in Advance
You may install nbclassic to restore the jQuery-based UI. Continued use of notebook 6.x
is not really recommended, as it is effectively unmaintained.
2 Likes
@bollwyvl @krassowski
Currently it looks like below image.
Yes, this is Notebook v7.
Ok. I get it. This is the new version. If i need to work with previous version, i have to install “nbclassic”.
Thank you both for assistance.
Y is it so bad tho? It dosent even auto complete codes and UI is so bad. Y the degrade?
1 Like
@Joel_Joseph if you have specific constructive feedback, please feel welcome post it in a new thread. If you experience problems with the new version please open an issue on GitHub - jupyter/notebook: Jupyter Interactive Notebook.
Ps. auto-completion is avialable you need to turn it on in settings. Though I would suggest trying jupyterlab-lsp if you feel like setting a few more things up to get a better experience.
1 Like
- When a cell is executed, it jumps to the end, or middle or somewhere of the other cell, most often to the start of the next cell.
- scrolling down isn’t user friendly, I am inside a cell and then i am scrolling down, suddenly i am back to the cell where the pointer was present.
For the 2nd one, I see it can be usefull, but it’s more of annoyance than of actual help.
Thanks for the prompt response, point 1 is useful.
Let me see if I can get rid of the 2nd issue.