Stefan Brand

Results 91 comments of Stefan Brand

No, I cannot dedicate time to this at the moment and probably not in the near future.

Sorry, this wasn't directed towards you (no action from you required). I removed my comment. Turns out that I hadn't turned on logging in the `console`, which made me think...

I'm wondering if @wonsjb's workaround works if I'm already using the workaround with `show_inline_matplotlib_plots()`: https://github.com/jupyter-widgets/ipywidgets/issues/1853#issuecomment-349201240

For reference: The [proposed workaround](https://ipywidgets.readthedocs.io/en/stable/examples/Output%20Widget.html#Interacting-with-output-widgets-from-background-threads) does not work with `clear_output()`: https://github.com/jupyter-widgets/ipywidgets/issues/2584#issuecomment-706178825

This is a minimal `config.json` of mine. What happens if you paste the URL to the style into the `style` section? ``` { "options": { "paths": { "root": "/data", "fonts":...

You must expose port `8080` in `docker run`: `-p 8080:8080`

At this point, you must apply some styling. I would grab the TileJSON URL and add it as a data source in [Maputnik](https://maputnik.github.io/). You can play around with the style...

This is my (censored) minimal `style.json`: ``` { "version": 8, "name": "Demo", "metadata": { "maputnik:license": "https://github.com/maputnik/osm-liberty/blob/gh-pages/LICENSE.md", "maputnik:renderer": "mbgljs", "openmaptiles:version": "3.x" }, "sources": { "public": { "type": "vector", "tiles": [ "https://path/to/tiles/{z}/{x}/{y}.pbf"...