Python-Geospatial-Fundamentals-Legacy icon indicating copy to clipboard operation
Python-Geospatial-Fundamentals-Legacy copied to clipboard

Jupyterbook Conversion

Open hikari-murayama opened this issue 3 years ago • 0 comments

This pull requests take the current (as of May 3) version of the repository and includes a compiled Jupyterbook.

This pull requests includes the following changes

  • Implements JupyterBook compatible file structure on original repository
  • Includes additional files required for JupyterBook creation (_toc.yml, _config.yml)
  • Includes built html file with JupyterBook draft
  • 01_Overview_Geospatial_Data.ipynb - a JupyterBook version of the original geospatial concepts slide deck
  • Improved D-Lab colored figures to avoid copyright issues/have prettier and more uniform figures

To rebuild jupyterbook

  • First install jupyterbook if not already done so i.e.:

pip install -U jupyter-book

  • Navigate to top of repository and build:

jupyter-book build Geospatial-Fundamentals-in-Python

  • To view the compiled file open _build/html/index.html

Note: The book should be recompiled with ran versions of the notebooks to show outputs

To dos:

  • [ ] Set up binder link
  • [ ] Set up D-Lab datahub link
  • [ ] Removehtml dependent formatting to limit html/book conversion issues
  • [ ] Attribute images accordingly or remove and create new figures
  • [x] Clean up headings
  • [x] Add clever subtitle
  • [ ] Add proper license

hikari-murayama avatar May 03 '21 23:05 hikari-murayama