Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 725 Bytes

File metadata and controls

19 lines (13 loc) · 725 Bytes

"Deep Learning with Vector Graphics" Book

Please find the 'live' interactive book here

How To publish the book

  • Build the book using Jupyter Book
    • conda activate book
    • cd ~/Documents/01_quiver/00_book/deep-learning-with-vector-graphics-book
    • jupyter-book build quiver_book
  • Then copy the content of the build/HTML folder into the root/docs folder
  • Make sure to keep the (hidden) .nojekyll file in the folder (show hidden files!)
  • Then push to main

Viewing the built book locally

Just view this in the browser: file:///home/user/Documents/01_quiver/00_book/deep-learning-with-vector-graphics-book/quiver_book/_build/html/index.html