Elsewhere
Release TIL Research Tool Museum
Filters: Sorted by date
3,015 results
«« first
« previous
page 72 / 101
next »
last »»
TIL
Splitting on commas in SQLite
— I had an input string in `x,y,z` format and I needed to split it into three separate values in SQLite. I managed to do it using a confusing combination of the `instr()` and `substr()` functions.
Release
datasette-export-notebook 0.3
— Datasette plugin providing instructions for exporting data to Jupyter or Observable
Release
datasette-cluster-map 0.17
— Datasette plugin that shows a map for any data with latitude/longitude columns
TIL
Conditionally creating directories in cookiecutter
— I wanted my [datasette-plugin](https://github.com/simonw/datasette-plugin) cookiecutter template to create empty `static` and `templates` directories if the user replied `y` to the `include_static_directory` and `include_templates_directory` prompts.
TIL
Testing cookiecutter templates with pytest
— I added some unit tests to my [datasette-plugin](https://github.com/simonw/datasette-plugin) cookiecutter template today, since the latest features involved adding a `hooks/post_gen_project.py` script.
Release
datasette-cluster-map 0.17a0
— Datasette plugin that shows a map for any data with latitude/longitude columns
Release
datasette-leaflet-geojson 0.8
— Datasette plugin that replaces any GeoJSON column values with a Leaflet map.
Release
datasette-cluster-map 0.16
— Datasette plugin that shows a map for any data with latitude/longitude columns
TIL
Embedding JavaScript in a Jupyter notebook
— I recently found out modern browsers include a JavaScript API for creating public/private keys for cryptography.
Release
datasette-leaflet-geojson 0.7
— Datasette plugin that replaces any GeoJSON column values with a Leaflet map.
«« first
« previous
page 72 / 101
next »
last »»