I open a .ipynb file in Win 10 by Jupyter-notebook.exe , but it open in jupyterlab , such as the following :
I 19:34:54.906 NotebookApp] [nb_conda_kernels] enabled, 2 kernels found
[I 19:34:55.241 NotebookApp] [jupyter_nbextensions_configurator] enabled 0.4.0
[I 19:34:55.282 NotebookApp] JupyterLab beta preview extension loaded from D:\Anaconda\lib\site-packages\jupyterlab
[I 19:34:55.283 NotebookApp] JupyterLab application directory is D:\Anaconda\share\jupyter\lab
No cio_test package found.
[I 19:34:55.389 NotebookApp] [nb_anacondacloud] enabled
[I 19:34:55.393 NotebookApp] [nb_conda] enabled
[I 19:34:55.397 NotebookApp] ✓ nbpresent HTML export ENABLED
[W 19:34:55.397 NotebookApp] ✗ nbpresent PDF export DISABLED: No module named 'nbbrowserpdf'
[I 19:34:55.573 NotebookApp] Serving notebooks from local directory: F:\XXXX
[I 19:34:55.573 NotebookApp] 0 active kernels
[I 19:34:55.574 NotebookApp] The Jupyter Notebook is running at:
[I 19:34:55.574 NotebookApp] http://localhost:8888/?token=15c7c301b5ff385368016239d78df4e2083d2fd68639af05
[I 19:34:55.574 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 19:34:55.586 NotebookApp]
Copy/paste this URL into your browser when you connect for the first time,
to login with a token:
http://localhost:8888/?token=15c7c301b5ff385368016239d78df4e2083d2fd68639af05
[I 19:34:55.714 NotebookApp] Accepting one-time-token-authenticated connection from ::1
I think that once you've installed JupyterLab, the jupyter notebook command launches that. I don't know if there's a button to go back to the classic notebook.
I open a .ipynb file in Win 10 by Jupyter-notebook.exe , but it open in jupyterlab , such as the following :
I 19:34:54.906 NotebookApp] [nb_conda_kernels] enabled, 2 kernels found [I 19:34:55.241 NotebookApp] [jupyter_nbextensions_configurator] enabled 0.4.0 [I 19:34:55.282 NotebookApp] JupyterLab beta preview extension loaded from D:\Anaconda\lib\site-packages\jupyterlab [I 19:34:55.283 NotebookApp] JupyterLab application directory is D:\Anaconda\share\jupyter\lab No cio_test package found. [I 19:34:55.389 NotebookApp] [nb_anacondacloud] enabled [I 19:34:55.393 NotebookApp] [nb_conda] enabled [I 19:34:55.397 NotebookApp] ✓ nbpresent HTML export ENABLED [W 19:34:55.397 NotebookApp] ✗ nbpresent PDF export DISABLED: No module named 'nbbrowserpdf' [I 19:34:55.573 NotebookApp] Serving notebooks from local directory: F:\XXXX [I 19:34:55.573 NotebookApp] 0 active kernels [I 19:34:55.574 NotebookApp] The Jupyter Notebook is running at: [I 19:34:55.574 NotebookApp] http://localhost:8888/?token=15c7c301b5ff385368016239d78df4e2083d2fd68639af05 [I 19:34:55.574 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). [C 19:34:55.586 NotebookApp]
[I 19:34:55.714 NotebookApp] Accepting one-time-token-authenticated connection from ::1