-
I'm happy to announce that I'll be writing the second edition of *Data Science at the Command Line* (O'Reilly, 2014). This issue explains why I think a second edition is needed, lists what changes I p…
-
See also:
- #4
This issue will collect notes on things that the user should be able to configure for a specific table using a `tablename.config.json` or `tablename.config.yaml` file.
-
Hi there! I saw your [presentation at Boston Python](https://www.meetup.com/bostonpython/events/271887195). I'm already a light user of Datasette (thank you!), but wasn't aware of this project.
I'v…
-
We currently deploy IoT Inspector on Windows by bundling the official binary of Python 3.8 and installing the required packages during the initial setup process. See [this Windows shortcut file](https…
-
Inspired by https://github.com/simonw/sqlite-utils/issues/264 - in particular this example:
```
datasette covid.db --get='/covid.yaml?sql=select * from ny_times_us_counties limit 1'
- date: '2020-…
-
See accompanying Twitter thread: https://twitter.com/simonw/status/1424820203603431439
> Datasette currently has a plugin for configuring robots.txt, but I'm beginning to think it should be part of…
-
I'm running an OpenAI-compatible llama-cpp-python server, the model is llama-2-13b-chat.Q8_0.gguf. This has been set as the default model via `llm models default`. And configured to llm via extra-open…
-
Hi,
I have done work to get a machine learning pipeline to guess the bone name for a 3d model from training sets of 3d skeleton models.
The article has a demo of a scraper. For this purpose, ins…
-
A command that launches a web server to allow you to both browse your logs and interact with APIs through your browser.
-
In addition to #483 Tobias had some useful suggestions on Twitter:
https://twitter.com/rixxtr/status/1148253926476701696
> I think for date facets, it might be more meaningful to order them by dat…