- Version 0.4.1 (2018-12-16):
- Fix issue #266
- Version 0.4.0 (2018-12-14):
- Support for "data-cite" HTML tags in Markdown cells
- Add option
nbsphinx_custom_formats
- LaTeX macros
\nbsphinxstartnotebook
and\nbsphinxstopnotebook
- Support for cell attachments
- Add options
nbsphinx_input_prompt
andnbsphinx_output_prompt
- Re-design LaTeX output of code cells, fix image sizes
- Version 0.3.5 (2018-09-10):
- Disable
nbconvert
version 5.4 to avoid issue #878
- Disable
- Version 0.3.4 (2018-07-28):
- Fix issue #196 and other minor changes
- Version 0.3.3 (2018-04-25):
- Locally linked files are only copied for Jupyter notebooks (and not anymore for other Sphinx source files)
- Version 0.3.2 (2018-03-28):
- Links to local files are rewritten for all Sphinx source files (not only Jupyter notebooks)
- Version 0.3.1 (2018-01-17):
- Enable notebook translations (NB: The use of reST strings is temporary!)
- Version 0.3.0 (2018-01-02):
- Add options
nbsphinx_prolog
andnbsphinx_epilog
- Links from
*.rst
files to notebooks have to start with a slash
- Add options
- Version 0.2.18 (2017-12-03):
- Fix issue #148
- Version 0.2.17 (2017-11-12):
- Fix issue #146
- Version 0.2.16 (2017-11-07):
- Fix issue #142
- Version 0.2.15 (2017-11-03):
- Links to subsections are now possible in all source files
- Version 0.2.14 (2017-06-09):
- Add option
nbsphinx_kernel_name
- Add option
- Version 0.2.13 (2017-01-25):
- Minor fixes
- Version 0.2.12 (2016-12-19):
- Basic support for widgets
- CSS is now "responsive", some new CSS classes
- Version 0.2.11 (2016-11-19):
- Minor fixes
- Version 0.2.10 (2016-10-16):
- Enable JavaScript output cells
- Version 0.2.9 (2016-07-26):
- Add option
nbsphinx_prompt_width
- Add option
- Version 0.2.8 (2016-05-20):
- Add options
nbsphinx_execute
andnbsphinx_execute_arguments
- Separate "display priority" for HTML and LaTeX
- Add options
- Version 0.2.7 (2016-05-04):
- Special CSS tuning for
sphinx_rtd_theme
- Replace info/warning
<div>
elements withnbinfo
/nbwarning
- Special CSS tuning for
- Version 0.2.6 (2016-04-12):
- Support for LaTeX math environments in Markdown cells
- Add options
nbsphinx_timeout
andnbsphinx_codecell_lexer
- Version 0.2.5 (2016-03-15):
- Add option
nbsphinx_allow_errors
to globally ignore exceptions - Separate class nbsphinx.Exporter
- Add option
- Version 0.2.4 (2016-02-12):
- Support for "nbsphinx-toctree" cell metadata
- Version 0.2.3 (2016-01-22):
- Links from notebooks to local files can now be used
- Version 0.2.2 (2016-01-06):
- Support for links to sub-sections in other notebooks
- Version 0.2.1 (2016-01-04):
- No need to mention
source_suffix
andsource_parsers
inconf.py
- No need to mention
- Version 0.2.0 (2015-12-27):
- Add support for
allow_errors
andhidden
metadata - Add custom reST template
- Add nbinput and nboutput directives with HTML+CSS and LaTeX formatting
- Turn nbsphinx into a Sphinx extension
- Add support for
- Version 0.1.0 (2015-11-29):
- Initial release