Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions 7 docs/01-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ cd polynote
To change any of the default configuration, you'll need to copy the included [`config-template.yml`](https://github.com/polynote/polynote/blob/master/config-template.yml)
file to `config.yml`, and uncomment the sections you'd like to change. Check out the template itself for more information.

_Windows Subsystem for Linux Users_: WSL default networking does not share the `127.0.0.1` address with the Windows environment. To access the web interface from a Windows browser, make sure to include these lines in your `config.yml` file:

```
listen:
host: 0.0.0.0
```

## Run
To start the server, run the included python script:

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.