You can run your iPython laptop in a folder to which you must have access to the server, and the user cannot go to the parent directory, but you must understand that when the user starts the kernel, they will be able to chdir to any folder in the file system.
So, if you want to restrict access to iPython laptop users, you must use unix file permissions to put the user in the start folder.
How would I do this:
- Create a user
ipythonwho does not belong to existing user groups. - Create a folder for ipython user (e.g.
cloud) - Launch iPython laptop as
ipythonin a foldercloud
source
share