Hello everyone!
I would like to get some clarification on shared environment and folder on jupyterhub.
I have deployed jupyterhub (tljh) on a VM, and have manually installed all the required packages that i need to run my code.
- Is it possible to create a link to connect to local file in my computer rather than uploading each file.
- I am able to run my code with my account, i would like to know when i add new users as admins how can i share my packages and environment and make sure they are also having the same environment and packages. with the help of this guide (Share data with your users — The Littlest JupyterHub v0.1 documentation) i have created a folder name “scratch” which is accessible by the other users in their home directory but is not accessible by me. how can i have a folder that is accessible by all users including me?
- I am also unable to change password as it give an error while i try to access (<your_server_ip>/hub/auth/change-password) [500:internal server error]. I read that it can be a bug, but if there is any fix to it. Please do let me know.
I hope some of you may have implemented what i am trying to implement here and could provide some valuable inputs for my issue.
Thank you in advance.
Have a great day!