Jupyter
tool
knitr
jupyter
quarto
TL;DR
The goal of this blog post, the second to last (index: -2) in my Tools blog post series, is to
2024+340
The goal of this blog post, the second to last (index: -2) in my Tools blog post series, is to
flowchart TB A[Git]-->B[VSCode]-->C[Quarto] C-->D[Observable] C-->E[Jupyter] C-->F[Knitr] click A "../git" click B "../vscode" click C "../quarto" click D "../observable" click E "../jupyter" click F "../knitr" style E stroke:#99f,stroke-width:5px
---
title: Jupyter
draft: true
author:
- name: Martin Laptev
url: https://maptv.github.io
date: last-modified
filters:
- ../asset/date.lua
image: horst_jupyter.png
categories:
- tool
- knitr
- jupyter
- quarto
date-format: x
format:
html:
include-after-body:
- ../asset/stamp.html
- ../asset/style.html
- ../asset/tooltip.html
---
## [TL;DR]{.underline .blue data-bs-toggle="tooltip" data-bs-title="too long; didn't read"}
The goal of this blog post, the second to last (index: -2) in my [Tools](..#category=tool) blog post series, is to
```{mermaid}
%%| column: margin
%%| label: fig-navchart
%%| fig-cap: Tools series navigation chart
flowchart TB
A[Git]-->B[VSCode]-->C[Quarto]
C-->D[Observable]
C-->E[Jupyter]
C-->F[Knitr]
click A "../git"
click B "../vscode"
click C "../quarto"
click D "../observable"
click E "../jupyter"
click F "../knitr"
style E stroke:#99f,stroke-width:5px
```
## Introduction {#sec-intro}