lecture-python.myst icon indicating copy to clipboard operation
lecture-python.myst copied to clipboard

[finite_markov] pdf to tikz

Open shlff opened this issue 4 years ago • 2 comments

Dear @jstac , I noticed that the digraphs shown in lecture finite_markov are presented using PDF figures. Screen Shot 2021-05-10 at 10 30 05 am

Do you think it would be a good idea to convert them into tikz figures here?

I would love to check that for other lectures.

shlff avatar May 10 '21 00:05 shlff

Hi @shlff , does tikz work well in Jupyter book?

I prefer tikz but I don't want to complicate things too much.

Thanks for thinking of this.

jstac avatar May 12 '21 08:05 jstac

@shlff this is a nice suggestion.

https://github.com/sphinx-contrib/tikz

will work in jupyter-book but we would need to add the extension to:

  • environment.yml
  • lectures/_config.yml

and this enforces the need for LaTeX to be installed (which our CI and Publish workflows have so that is 👍 )

mmcky avatar Jul 08 '21 04:07 mmcky