8. Tools set the tone for your work#
8.1. Browsers#
We have been working in browser mostly and a few of you have had problems that we could not find a separate cause for with Safari.
Compatibility with web languages is equivalent to following the rules that define the web language.
There is an independent, organizaiton, W3C for web standards
8.2. Working like a CSist#
Go to your ds-portfolio repo.
Select one of your notebooks
Switch from preview view to code view
Preview view:
Code view:
Notice that for notebook files, the code view is hard to read. This is why we sometimes use tools to convert so that things are both human and machine readable.
We like to do things in plain text as much as possible.
8.3. Mermaid Syntax for diagrams#
This lets you draw diagrams by writing out the structure in text. It’s a pretty lightweight syntax for a lot of diagram types