Summary A tool to create a BibTeX entry for online articles or blogs. Generate BibTeX from URL This is a follow-up on 6 “Episode”” in previous posts titled “Do yourself a favor: learn Markdown…” In …
markdown
Jupytext 2-way reformat of Jupyter notebooks
Jupytext can save and reformat Jupyter notebooks I was trying to test a Jupyter notebook from NCBI titled “Getting Started with NCBI Data in Python” (March 2, 2022) that is now on a “Binder” web …
Understanding Python installation mess
Summary Useful ramblings about the difficulties to understand Python installation on macOS. In this Tutorial-like post we’ll see: – Where is Python installed, and which version – Upgrading to a new Python.org version, without replacement …
Do yourself a favor: learn Markdown – Episode 4. Reproducible reports
The message The essential message is this: stop using Copy/Paste from one program to another (e.g. a chart from Excel to Word) as this is a manual process that is not reproducible and can easily …
Do yourself a favor: learn Markdown – Episode 2
In Episode 1: Markdown is easy we saw how Markdown can simplify and streamline the creation of documents while working in easily readable plain text. In this episode we’ll explore: Markdown variations Markdown (free) software …
Do yourself a favor: learn Markdown – Master it in 10 minutes!
Episode 1: Markdown is easy, keeps things simple Markdown is… Markdown is a plain text formatting syntax that incorporates rich text elements while retaining the ease and readability of plain text. Why learn Markdown? Markdown …
R courses and tutorials. Classic, Tidyverse, Data Wrangling, ggplot2
This is a list of R material that I found online that I think can be useful as reference or as working material to learn R / RStudio / Mardkown. I’ll try to separate the …