Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
Are there libraries that allow deploying data science notebooks (like Jupyter notebooks) on servers with no root access (for example, shared servers)? A shared (non-VPS) server is, for example, a ...
#4: Post edited
- Are there libraries that allow deploying data science notebooks (like Jupyter notebooks) on servers with no root access (for example, shared servers)?
A shared (non-VPS) server is, for example, a server where one does not have permission to use `sudo apt`. The guides suggest that one should have a server with root access (for example, https://tljh.jupyter.org/en/latest/install/custom-server.html).
- Are there libraries that allow deploying data science notebooks (like Jupyter notebooks) on servers with no root access (for example, shared servers)?
- A shared (non-VPS) server is, for example, a server where one does not have permission to use `sudo apt`. The guides suggest that one should have a server with root access (for example, https://tljh.jupyter.org/en/latest/install/custom-server.html).
- A real-world example of such server is:
- https://www.dreamhost.com/hosting/shared/
#3: Post edited
- Are there libraries that allow deploying data science notebooks (like Jupyter notebooks) on servers with no root access (for example, shared servers)?
A shared (non-VPS) server is, for example, a server where one does not have permission to use `sudo apt`.
- Are there libraries that allow deploying data science notebooks (like Jupyter notebooks) on servers with no root access (for example, shared servers)?
- A shared (non-VPS) server is, for example, a server where one does not have permission to use `sudo apt`. The guides suggest that one should have a server with root access (for example, https://tljh.jupyter.org/en/latest/install/custom-server.html).
#2: Post edited
Are there libraries that allow deploying data science notebooks (like Jupyter notebooks) on servers with no root access (for example, shared servers)?
- Are there libraries that allow deploying data science notebooks (like Jupyter notebooks) on servers with no root access (for example, shared servers)?
- A shared (non-VPS) server is, for example, a server where one does not have permission to use `sudo apt`.