Currently we rely on a symlink workaround to allow navigation to files outside of root directory. This is suboptimal for multiple reasons:
jupyter-lsp
should come with a custom ContentsManager
for external file access; we could call it GlobalContentsManager
or similar
site-packages
and others, but less so to my full disk root; for example:
GlobalContentsManager.allowed_dirs = [ '/path/to/site-packages', '/path/to/node_modules', '/path/to/another/project' ]
jupyter password
allows to set password without having to worry about where the config is located, we could have:
jupyter lsp file-access allow /path/to/my/site-packages
GlobalContentsManager.allow_editing: bool | list[str] = falseagain, a command like
jupyter lsp file-access allow-editing /path/to/prefix
could help users who are not well versed in jupyter config.Front-end could advise the user to enable access or editing on the server side as needed.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4