This extension integrates the elara CLI tool - a Jupyter notebook to HTML converter into VSCode.
Requirements
You must install elara first before using this extension. The installation instructions can be found here.
Extension Settings
This extension contributes the following settings:
elara.theme: The theme to use for the HTML output. Use elara list-themes to see all available themes. Can also be a path to a custom VSCode JSON theme file.
elara.font: The font to use for the HTML output. Prefix gf: to use Google Fonts.
elara.codeFont: The code font to use for the HTML output. Prefix gf: to use Google Fonts.
Limitations
The extension doesn't automatically manage (installation/update) or ship with the CLI tool.