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
When trying to open a notebook with no access permission. Jupyter will throw a dialog alerting:
"Error loading notebook; Permission denied: /path/to/notebook.ipynb"
Then if user clicks "OK", he will stay in a partially opened notebook page, where there is no cell, but menu and toolbar are available to interactive. But most of them will result in errors.
Instead, close this partially opened notebook and return to the file tree view after clicking on "OK" might be better. If user do not have read permission of that notebook.
The text was updated successfully, but these errors were encountered:
When trying to open a notebook with no access permission. Jupyter will throw a dialog alerting:
"Error loading notebook; Permission denied: /path/to/notebook.ipynb"
Then if user clicks "OK", he will stay in a partially opened notebook page, where there is no cell, but menu and toolbar are available to interactive. But most of them will result in errors.
Instead, close this partially opened notebook and return to the file tree view after clicking on "OK" might be better. If user do not have read permission of that notebook.
The text was updated successfully, but these errors were encountered: