Skip to content

Commit de94c60

Browse files
nteodosiomvo5
authored andcommitted
Allow editing of Jupyter notebooks in browsers
1 parent 50a529f commit de94c60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

interfaces/builtin/browser_support.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ owner /{dev,run}/shm/.io.nwjs.* mrw,
7272
/run/user/[0-9]*/snap.@{SNAP_INSTANCE_NAME}/{,.}com.google.Chrome.*/SS r,
7373
/run/user/[0-9]*/snap.@{SNAP_INSTANCE_NAME}/{,.}com.microsoft.Edge.*/SS r,
7474
75+
# Allow access to Jupyter notebooks (LP: #1959417)
76+
owner @{HOME}/.local/share/jupyter/** rw,
77+
7578
# Allow reading platform files
7679
/run/udev/data/+platform:* r,
7780

0 commit comments

Comments
 (0)