0
I need to upload the service of notebook jupyter that will be consumed by several users.
The requirements I need to meet are:
- It is necessary to ensure that a user does not have access to other user’s libraries.
- Who will use the service will need to authenticate.
In short, how do I upload a service similar to google colab ?
NOTES:
- I don’t have container orchestration service
- the working environment is a private cloud and completely on-premises.
- I have computer rejections to spare
- the solution needs to use only open source technologies.
Instructions on how to serve jupyter notebook: https://jupyter-notebook.readthedocs.io/en/stable/public_server.html
– Augusto Vasques