Luis

Results 29 comments of Luis

- install dependencies:: $ sudo apt-get install python3-serial python-serial screen - download - https://www.arduino.cc/download_handler.php?f=/arduino-1.8.10-linux64.tar.xz from https://www.arduino.cc/en/Main/Software - Install arduino IDE:: $ cd $ tar -xf arduino-1.8.10-linux64.tar.xz $ cd arduino-1.8.10; sudo...

BTW thank you for this project, very useful. If you think that this could be useful I can make a patch and merge request to improve this.

I'm so motivated to have multi-line cells, can we be of any help on this ?

One more vote for this one, we really need it

> Hey @LuisBL, from https://github.com/mgaitan/sphinxcontrib-mermaid, `mermaid` is a directive (not a code-block) so you have use it with braces > > ``` > > ```{mermaid} > graph LR > a...

with ```` ```{mermaid} graph LR a --> b ``` ```` It render perfectly well and there is no need to add a `def setup(app):` to `conf.py` so I can close...

Note: The ```` ```mermaid:: graph LR a --> b ``` ```` syntax has the advantage that is render with the `gitlab.com` markdown renderer, that is not the case with the...

great I will add it to the documentation too. BTW: your https://aiida.readthedocs.io/projects/aiida-core/en/latest/intro/tutorial.html documentation is awesome I guess it's your own sphinx theme ?

On my gitlab the below: ```` ```{eval-rst} .. mermaid:: graph LR a --> b ``` ```mermaid:: graph LR a --> b ``` ```` produce this: ![Sélection_683](https://user-images.githubusercontent.com/694774/116930905-a92bf400-ac60-11eb-8f56-a5bbe254cc48.png) so no real rendenring...