issue_comments: 604218449
This data as json
| html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | issue | performed_via_github_app |
|---|---|---|---|---|---|---|---|---|---|---|---|
| https://github.com/simonw/datasette/issues/712#issuecomment-604218449 | https://api.github.com/repos/simonw/datasette/issues/712 | 604218449 | MDEyOklzc3VlQ29tbWVudDYwNDIxODQ0OQ== | 9599 | 2020-03-26T04:12:59Z | 2020-03-26T04:15:18Z | OWNER | I'm running this latest release like so: Launch this binder: https://mybinder.org/v2/gh/wragge/datasette-test/master?urlpath=lab Open the notebook. In the notebook run this:
And use this block to run Datasette: ``` Get current running serversservers = list_running_servers() Get the current base urlbase_url = next(servers)['base_url'] Create a base url for Datasette suing the proxy pathproxy_url = f'{base_url}proxy/8001/' Display a link to Datasettedisplay(HTML(f' View Datasette (Click on the stop button to close the Datasette server) '))Launch Datasette!datasette -- results.db --port 8001 --config base_url:$proxy_url --config path_from_header:x-original-uri --config template_debug:1 ``` |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
588108428 |