Sphinxcontrib-jupyter

Latest version: v0.5.10

Safety actively analyzes 629959 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.5.4

This is a minor release to fix the version of `dask` as the extension is not compatible with the current version of dask due to a change in internal data structures. Issue 313

0.5.2

This release includes support for building `book` style PDF files for projects as a single `PDF` file.

**New Features:**

- PDF: Enable whole of project book style PDF [\299](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/299) ([AakashGfude](https://github.com/AakashGfude))

0.5.1

Update to fix an issue with copying `static assets` when using `make jupyter`.

**Bug Fixes:**

- FIX: fix bulk copy of static for all builder targets [\298](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/298) ([mmcky](https://github.com/mmcky))

**Docs:**

- Add improved Description for PyPI [\293](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/293) ([mmcky](https://github.com/mmcky))

0.5.0

This release adds the ability to produce `pdf` documents (via jupyter ipynb) and adds timestamp metadata to notebooks. To use the `pdf` feature the theme requires a `latex.tpl` support template. See [documentation](https://sphinxcontrib-jupyter.readthedocs.io/en/latest/config-extension-pdf.html) for further details.

Usage:


make juptyerpdf


**New Features:**

- FEAT: Added timestamp in metadata [\285](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/285) ([AakashGfude](https://github.com/AakashGfude))
- FEAT: Adding a pdf pipeline to allow conversion of rst files to pdf [\211](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/211) ([AakashGfude](https://github.com/AakashGfude))

**Tests:**
- ENH: Update to tests, update relative links, and delete files that are no longer used [\276](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/276) ([sglyon](https://github.com/sglyon))

**Docs:**

- DOCS: Document `pdf` pipeline and translator options [\219](https://github.com/QuantEcon/sphinxcontrib-jupyter/issues/219)

0.4.4

This minor release allows for `download` notebooks to be executed for the `html` site generator through the `conf.py` setting:

python
jupyter_download_nb_execute = True


**Features:**

- FEAT: Execute downloaded notebooks [\269](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/269) ([AakashGfude](https://github.com/AakashGfude))

0.4.3

This minor release includes:
1. a new feature that allows authors to add dependent files through `conf.py` at the `notebook` and the `directory` level (as defined in your `source` directory). When the notebook is generated these dependencies will now be copied to the `_build` folder to support execution.

python
jupyter_dependencies = {
'getting_started_julia': ['Manifest.toml', 'Project.toml'],
}


2. **[make website]** ``jupyter_download_nb`` has an option to update all `images` and `figures` to reference a remote server location for the `_download` notebooks. The option `jupyter_images_urlpath` is no longer a generic option and has been deprecated in favour of `jupyter_download_nb_image_urlpath`. This option only applies to the `download` set of notebooks and won't affect `make jupyter`, `make website` for core `html` files etc. These files will default to using relative references.

**New Features:**

- ENH: Setting jupyter\_images\_urlpath only for downloads folder [\252](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/252) ([AakashGfude](https://github.com/AakashGfude))
- ENH: File folder dependency [\250](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/250) ([AakashGfude](https://github.com/AakashGfude))

**Bug Fixes:**

- Fix: slide fragment option not getting parsed correctly [\253](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/253) ([mmcky](https://github.com/mmcky))
- Remove egg cfg to remove dev status on version releases [\254](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/254) ([mmcky](https://github.com/mmcky))

**Testing:**

- TEST: add :class: attribute test for literalinclude [\255](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/255) ([mmcky](https://github.com/mmcky))

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.