Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include both jupyter_server and notebook server in README. #450

Merged
merged 1 commit into from Oct 27, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -62,17 +62,17 @@ run `voila --help`.

### As a server extension to `notebook` or `jupyter_server`

Voilà can also be used as a notebook server extension, both with the
Voilà can also be used as a Jupyter server extension, both with the
[notebook](https://github.com/jupyter/notebook) server or with
[jupyter_server](https://github.com/jupyter/jupyter_server).

To install the notebook server extension, run
To install the Jupyter server extension, run

```
jupyter serverextension enable voila --sys-prefix
```

When running the notebook server, the Voilà app is accessible from the base url
When running the Jupyter server, the Voilà app is accessible from the base url
suffixed with `voila`.

## Documentation
Expand Down