mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 14:02:58 +00:00
Improve wording in docs about Jupyter Notebook (#1949)
* Improve wording in docs about Jupyter Notebook * Fixes * Better naming * Apply suggestions from code review
This commit is contained in:
@@ -86,8 +86,8 @@ NAME=your-notebook PORT=9001 WORK_VOLUME=our-work notebook/up.sh
|
||||
|
||||
### How do I run over HTTPS?
|
||||
|
||||
To run the notebook server with a self-signed certificate, pass the `--secure` option to the `up.sh` script.
|
||||
You must also provide a password, which will be used to secure the notebook server.
|
||||
To run the Jupyter Server with a self-signed certificate, pass the `--secure` option to the `up.sh` script.
|
||||
You must also provide a password, which will be used to secure the Jupyter Server.
|
||||
You can specify the password by setting the `PASSWORD` environment variable, or by passing it to the `up.sh` script.
|
||||
|
||||
```bash
|
||||
|
Reference in New Issue
Block a user