Added CoLab development subsection
Browse files
README.md
CHANGED
@@ -63,9 +63,15 @@ pip install -r requirements.txt
|
|
63 |
python app.py --cwd ./
|
64 |
```
|
65 |
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
## Troubleshooting
|
67 |
|
68 |
-
|
69 |
internet access is required for the app to be launched. This can disabled by setting
|
70 |
the argument to `--share 0`.
|
71 |
|
|
|
63 |
python app.py --cwd ./
|
64 |
```
|
65 |
|
66 |
+
### CoLab
|
67 |
+
|
68 |
+
To aid people developing in the cloud, we have made a simple Jupyter Notebook example which is hosted on Google CoLab.
|
69 |
+
|
70 |
+
Click the badge above to access it. This is mainly of interest to developers.
|
71 |
+
|
72 |
## Troubleshooting
|
73 |
|
74 |
+
Due to `share=True` being enabled by default when launching the app,
|
75 |
internet access is required for the app to be launched. This can disabled by setting
|
76 |
the argument to `--share 0`.
|
77 |
|