Skip to content

Commit

Permalink
Allow editing of Jupyter notebooks in browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
nteodosio committed May 25, 2022
1 parent 84434d9 commit 561783b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions interfaces/builtin/browser_support.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ owner /{dev,run}/shm/.io.nwjs.* mrw,
/run/user/[0-9]*/snap.@{SNAP_INSTANCE_NAME}/{,.}com.google.Chrome.*/SS r,
/run/user/[0-9]*/snap.@{SNAP_INSTANCE_NAME}/{,.}com.microsoft.Edge.*/SS r,
# Allow access to Jupyter notebooks (LP: #1959417)
owner @{HOME}/.local/share/jupyter/** rw,
# Allow reading platform files
/run/udev/data/+platform:* r,
Expand Down

0 comments on commit 561783b

Please sign in to comment.