DEV Community

Discussion on: How do you keep notes?

Collapse
 
jehrhardt profile image
Jan Ehrhardt

I have recently started to use Jupyter notebooks for that. The VS Code Python extension allows me to open Jupyter notebooks directly in VS Code. I push them to Github, where they are also rendered.

The notebooks contain Markdown and code that can be executed directly from the notebook. So I can use them for trying things out. There is support for all kinds of programming languages.

The only disadvantage is the missing support on mobile devices.