You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,11 +40,13 @@ The file browser now:
40
40
41
41
- supports resizing the columns and remembers the column sizes after reloading JupyterLab
42
42
- supports uploading folders by drag-and-drop
43
-
- supports navigation with a single click (opt-in)
43
+
- supports navigation with a single click
44
44
- adds a file filter collapsed by default (funnel icon)
45
45
46
46

47
47
48
+
In Jupyter Notebook, the single click navigation is enabled by default. If you would like to disable it to get the same experience as in JupyterLab, go to `Settings → File Browser` and make sure "Navigate files and directories with single click" is unchecked.
49
+
48
50
### Improved kernel and server interactions
49
51
50
52
The previous release enabled connecting to external kernels, such as those spawned by a third-party application like Blender. In this release the kernel selector dialog was improved to also show the external kernels.
0 commit comments