So I’ve just installed jupyter notebook in a new conda environment using ‘pip3 install jupyter’. I’ve done it before on a different environment but it looks different now for some reason
The key difference in the ‘new’ list is there in line with your title:
Notebook 7+ is built on top of JupyterLab components and so it is more modern and has additional features & abilities. The developers have endeavored to keep the same functionality; however, sometimes it is accessed in different ways than before and some of the functionality is still being made to be consistent.
If you want the older interface, you are looking for NbClassic.
See my answer here to ‘New Jupyter Notebook Interface’ for more about how the ecosystem has changed in the last few months so that you can consider your options from an informed perspective.
would you agree that it looks like some “legacy” version of jupyter? When I first openend it I thought I had mistakingly installed an old version. It is very ugly.
@Edifon_Jimmy This is almost certainly unrelated to the new version of Notebook, but to the version of packages (seaborn/matplotlib) that you have installed or differences in the code being executed. Notebook does not control the details of plot outputs.
I would suggest checking with an older version of seaborn/documentation/issue list first to see if that could be due to a change in searborn. This forum may not be best suited for debugging this.