Skip to content

Commit

Permalink
Added CoLab development subsection
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Jun 18, 2023
1 parent 03bd4d4 commit 7988b28
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,15 @@ pip install -r requirements.txt
python app.py --cwd ./
```

### CoLab

To aid people developing in the cloud, we have made a simple Jupyter Notebook example which is hosted on Google CoLab.

Click the badge above to access it. This is mainly of interest to developers.

## Troubleshooting

Note that due to `share=True` being enabled by default when launching the app,
Due to `share=True` being enabled by default when launching the app,
internet access is required for the app to be launched. This can disabled by setting
the argument to `--share 0`.

Expand Down

0 comments on commit 7988b28

Please sign in to comment.