Programming-Notebook

Programming Notebook

A collection of BeakerX IPython notebooks and PDFs about various topics I actively study.

Layout

Converting Notebooks to HTML

Pre-Commit

  1. Install pre-commit.
    pip install pre-commit
    
  2. Clone the repository.
    git clone git@github.com:jparkie/Programming-Notebook.git
    
  3. Initialize pre-commit in the repository root directory.
    pre-commit install
    
  4. Convert all BeakerX IPython notebooks into HTML.
    pre-commit run --all-files