Dani Arribas-Bel

Results 192 comments of Dani Arribas-Bel

In case it helps, this is the method we currently use to set up a book: https://github.com/pysal/notebooks/blob/master/lib/build.py#L77 And below are the ones that build the TOC automatically. To be clear,...

As for the re-ordering of the chapters, it's definitely posible though it'd take a bit of refactoring of the code. We currently simply pull the folders in the order they...

Yes, you could change it there but everything in `docs` is automatically built by `lib/build.py` so you'd have to make a manual edit everytime it gets built. We should probably...

Hey! Thanks for this. My approach has been to launch JupyterLab on a container and then run all the commands to build the website, etc. from inside JupyterLab (on a...

Thanks, good point! Another idea so it's all automatable would be to agree to have notebooks "numbered" on the `notebooks` folder of each package (e.g. `01_read_data.ipynb`, `02_advanced_analysis.ipynb`).

Thank you very much for reporting @thedatalass! Could you please provide a link to the source notebook so we can fix it in place? The link provided is to an...

Is this part of the `notebooks` project or would fit better on the meta package repo?

+1!!! Checking, it might actually be very straightforward, as the CL tool already allows for execution of notebooks: https://github.com/pysal/notebooks/blob/c86bd663efb473e3e3186bb5413bb8845fa31cbd/lib/build.py#L246-L247 So should be a switch on the CI only. Not sure...

Mmm... would this be an issue then with `jupyter-book`? Maybe @choldgraf has seen this?

Yes! I agree not having the data available is suboptimal. I'm not aware of any directly available Twitter dataset we could use for this but, if you find any that's...