Releases: spatialaudio/nbsphinx
Releases · spatialaudio/nbsphinx
nbsphinx 0.7.0
https://pypi.org/project/nbsphinx/0.7.0/
- Warnings can be suppressed with
suppress_warnings
. <img>
tags are handled in Markdown cells; thealt
,width
,
height
andclass
attributes are supported.- CSS: prompts protrude into left margin if
nbsphinx_prompt_width
is
too small. If you want to hide the prompts, use custom CSS.
nbsphinx 0.6.1
https://pypi.org/project/nbsphinx/0.6.1/
.ipynb_checkpoints
is automatically added toexclude_patterns
nbsphinx 0.6.0
https://pypi.org/project/nbsphinx/0.6.0/
- Thumbnail galleries (inspired by https://sphinx-gallery.github.io/)
nbsphinx-toctree
as cell tag- Keyword arguments in
nbsphinx_custom_formats
- Python 2 support has been dropped
nbsphinx 0.5.1
https://pypi.org/project/nbsphinx/0.5.1/
- This will be the last release supporting Python 2.x!
- Support for https://github.com/choldgraf/sphinx-copybutton
- Executed notebooks are now saved in the HTML output directory
nbsphinx 0.5.0
https://pypi.org/project/nbsphinx/0.5.0/
- Automatic support for Jupyter widgets, customizable with
nbsphinx_widgets_path
(andnbsphinx_widgets_options
)
nbsphinx 0.4.3
https://pypi.org/project/nbsphinx/0.4.3/
- Add option
nbsphinx_requirejs_path
(andnbsphinx_requirejs_options
)
nbsphinx 0.4.2
https://pypi.org/project/nbsphinx/0.4.2/
- Re-establish Python 2 compatibility (but the clock is ticking ...)
nbsphinx 0.4.1
nbsphinx 0.4.0
https://pypi.org/project/nbsphinx/0.4.0/
- 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
nbsphinx 0.3.5
https://pypi.org/project/nbsphinx/0.3.5/
- Disable
nbconvert
version 5.4 to avoid jupyter/nbconvert#878