pidgy
is a fun, literate and interactive style of programming in markdown & python. together, these languages offer an exciting new experience to rapidly co-develop of code and narrative in Jupyter computational notebooks.
pip install pidgy
pidgy
with `pip`
%reload_ext pidgy
- 🪐 open a jupyter notebook
- 🔌 activate the
pidgy
extension - ✏️ program in markdown
💡 try pidgy
in jupyterlite without any installation1
markdown is inclusive AF!2 it is a plain-text format that never fails 3. further markdown can include any programming language within its contents. effectively, markdown files are literate programs that really on code and narrative to cooperate. markdown is a global minimum for teams of people with different language literacies.
a Tab separates markdown code and narrative, pidgy
uses this nearness to create python representations of the markdown. with code and narrative so close, an author can fluidly switch between the writing modes capturing more of their process.
- try
pidgy
, without installing it, injupyterlite
. - learn more from the
pidgy
documentation. - learn how CommonMark markdown converts to python
- contributing and development
Footnotes
-
jupyterlite is a new in-the-browser jupyter experience that requires zero installation. ↩
-
there are techniques for improving accessibility of markdown and abiding best practices. ↩
-
markdown WILL violate expectation through implementation inconsistencies. over time we learn to navigate the nuances across products. ↩