andreped commited on
Commit
7988b28
1 Parent(s): 03bd4d4

Added CoLab development subsection

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -63,9 +63,15 @@ pip install -r requirements.txt
63
  python app.py --cwd ./
64
  ```
65
 
 
 
 
 
 
 
66
  ## Troubleshooting
67
 
68
- Note that due to `share=True` being enabled by default when launching the app,
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