I wanted to learn how to configure a proxy for Jupyter Notebook with Nginx. For such test, it was easier to use dockerized environment rather than a remote server because the configuration could be simply reset to the defaults. The final, working version of the setup: nginx, Jupyter Notebook, Ubuntu, docker, is available at my GitLab repository. Source of the […]
Jupyter Notebook Server installation
Create a new user For this example, we will be using a Linux username hyperion. In order to create a new user in Linux and set up a password, use the following commands: Note: -m is required in order to create user’s home directory the command to remove the user is: userdel hyperion To make sure that the user has been created, […]