Tony Hirst
Tony Hirst
I'm seeing this error too. Was there any resolution for it?
I just spotted this migration utility which may help with upgrading this extension to a v3 extension that I think doens't need the explicit/manual installation step? https://jupyterlab.readthedocs.io/en/stable/extension/extension_migration.html#jupyterlab-2-x-to-3-x
The [`nbformat` docs](https://nbformat.readthedocs.io/en/latest/format_description.html#cell-metadata) identify the list of cell tags that are conventionally defined: | Key | Value | Interpretation | | --------- | -------------- | ------------------------------------------------------------------------------------------------------------------ | | collapsed |...
I think the ability to preserve the `__nbformat__` tags is useful, eg in cases where you are running notebooks against extensions that exploited documented tags/metadata attributes but aren't necessarily familiar...
Are there any example workflows or vignettes that document the current best practice way of using `ropensci/osmdata` with `sfnetworks`?
Hi @agila5, thanks for that... I've tinkered with `osmnx` before and was just wondering whether there was a best current practice workflow for getting data retrieved from Overpass using `osmdata`...
@luukvdmeer Sure.. will post my novice attempts when I've done them (tomorrow hopefully...) My use case is perhaps a bit niche, and I'm not sure how far I'll get (network...
Sketch notes here: https://gist.github.com/psychemedia/ddd95de9a3fbc3c1afae85a8a7a431d8 I was new to R geo stuff a couple of weeks ago so some of the code is likely hacky workarounds because: a) my R is...
@loreabad6 Thanks for that. I commented over there. TLDR is I'd like s/thing like the Python `osmnx` *truncate_by_edge* parameter that can "retain nodes outside bounding box if at least one...
I started wondering about this again, in the context of how the IPython interpreter works. It looks, for recent versions of IPython at least, as if code lines invoking magics...