( y_i \cdot log(\hat{y_i}) + ( 1 - y_i ) \cdot \log(1 - \hat{y_i}) ) $$
- Every Kindle account has an associated (secret) email, you can attach a file to it and it will show in your Kindle.
- Make sure the file name is human-readable!
- HTML (export from Jupyter Lab) sent to Kindle:
- PRO:
- it is readable, good for text-only pages
- CON:
- LaTeX is not converted to math formulas
- Images are missing
- PDF (of the same HTML) sent to Kindle:
- PRO:
- images show up
- LaTeX formulas show up
- good enough to publish a "paper"
- CON:
- still the problem with PDF in general -- no font size adjustment
- ePUB (of the same HTML) sent to Kindle:
- conversion is done with convertio.co
- PRO
- font adjustable
- plots included
- CONS:
- missing images
- LaTeX not converted to math formulas
- conversion with calibre-ebook.com
Is Blogger (Blogspot) good for writing papers and articles?
- searchable
- easy to manage and edit
- use of tags (labels) for finding related articles
- support for LaTeX math notation
- No good ways to "clean" export to ePub, PDF, or Markdown
- I could write embedded JavaScript in Blogger that creates "print" version of article text only
Using Jupyter Notebook
Pro:
- inline and current code (Julia, Python)
- incline and current plots
- export to HTML, PDF, Markdown with pandoc.org/
- no spellcheck while writing (Grammarly)
conda install -c conda-forge jupyterlab-spellchecker
- GitHub Diff is garbage
How to install brew?
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
How to install pandoc?
brew install pandoc
[see reference 1]
Using Markdown
Pros:
- GitHub diff is readable
Using Google Docs
Pros:
- Available on all devices, online and offline
[see reference 2]
References
- https://towardsdatascience.com/transform-jupyter-notebook-to-an-ebook-ef3a9d32ac4f
- https://workspace.google.com/marketplace/app/autolatex_equations/850293439076
- https://tug.org/mactex/mactex-download.html
- https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex
- https://pandoc.org/installing.html



