QuantEcon / meta

For issues and discussion covering more than one repository
0 stars 0 forks source link

[MyST] Explore enabling myst-nb for Python Lectures #32

Closed mmcky closed 1 year ago

mmcky commented 4 years ago

Due to the modular nature of the Executable Book Project we might be able to enable myst-parser or myst-nb to parser myst or ipynb containing myst or markdown respectively. This would enable the switch to writing with myst and allow for a staged migration from rst to myst.

mmcky commented 4 years ago

One issue with this will be the duplicate extension setting names used for sphinx config

~/repos-collab/lecture-python-programming  enable-myst ✗                                                                                            30m ⚑ ◒  ⍉
▶ make website THEMEPATH="theme/lecture-python-programming.theme"
echo "Theme: theme/lecture-python-programming.theme"
Theme: theme/lecture-python-programming.theme
Running Sphinx v2.4.4

Extension error:
Config value 'jupyter_execute_notebooks' already present
make: *** [website] Error 2
mmcky commented 4 years ago
mmcky commented 1 year ago

Not required as we use jupyter-book directly.