Jupinx

Latest version: v0.2.3

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

Scan your dependencies

Page 1 of 2

0.2.3

This is a minor release that includes:

- [ENH] update minimum sphinxcontrib-jupyter version to 0.5.6 [\97](https://github.com/QuantEcon/jupinx/pull/97) ([mmcky](https://github.com/mmcky))
- [DOCS] codeblock fix in windows.md [\92](https://github.com/QuantEcon/jupinx/pull/92) ([mtiley](https://github.com/mtiley))
- [DOCS] Add windows page to website and link from tutorial [\90](https://github.com/QuantEcon/jupinx/pull/90) ([mtiley](https://github.com/mtiley))
- [FIX] Updated QuantEcon menubar [\86](https://github.com/QuantEcon/jupinx/pull/86) ([DrDrij](https://github.com/DrDrij))
- [DOCS] updates to documentation [\81](https://github.com/QuantEcon/jupinx/pull/81) ([mmcky](https://github.com/mmcky))
- [FIX] fix for kernel 'n' responses in quickstart [\79](https://github.com/QuantEcon/jupinx/pull/79) ([mmcky](https://github.com/mmcky))

updating `sphinxcontrib-jupyter=0.5.6` releases the requirement to use an earlier version of `dask[distributed]`

0.2.2

This release includes bug fixes for `0.2.1` by including the `theme` assets that `jupinx-quickstart` requires.

There is one known issue in this release: https://github.com/QuantEcon/jupinx/issues/76

0.2.1

This release adds a complete `minimal` theme to `jupinx-quickstart` that allows a `jupinx` compatible sphinx project to be initiated that enables the construction of all targets `jupyter`, `html` and `pdf` with `sphinxcontrib-jupyter >= 0.5.0`.

New Features:

- ENH: add theme folder and minimal theme [\73](https://github.com/QuantEcon/jupinx/pull/73) ([mmcky](https://github.com/mmcky) and [drdrij](https://github.com/drdrij))

After running `jupinx-quickstart` a repo will be constructed with `theme/minimal` and all `jupinx` commands can be used to compile the project.

0.2.0

This release adds the ability to trigger `pdf` builds for jupinx compliant projects using:

bash
jupinx -p


or

bash
jupinx --pdf


this feature **requires:** `sphinxcontrib-jupyter=>0.5.0`

**Deprecations:**

This PR also **deprecates** the use of shortcut options `-p` and `-f` that were previously used for `--parallel` and `--files` respectively. As a future standard, any options that require input will use a `longform` name.

0.1.7

This release of `jupinx` includes a new option `-f, --files` to request individual files for compilation through `sphinx` and removes support for `python2`

**New Features:**

- ENH: Added functionality to specify individual files to compile [\51](https://github.com/QuantEcon/jupinx/pull/51) ([AakashGfude](https://github.com/AakashGfude))

*Example:*


jupinx -n <project-dir> --files <project-dir>/<file.rst>


or


jupinx -n <project-dir> -f <project-dir>/<file.rst>


this is an `additional option` that must be specified after the `<project-dir>` if a `<project-dir>` is specified. It also requires compatibility updates in source repos for the `Makefile` to specify a `FILES = ` environment variable.

**Bug Fixes:**

- FIX: add dependency on notebook package [\68](https://github.com/QuantEcon/jupinx/pull/68) ([mmcky](https://github.com/mmcky))
- FIX: JSON formatted jupyter\_kernels [\67](https://github.com/QuantEcon/jupinx/pull/67) ([AakashGfude](https://github.com/AakashGfude))

**Closed issues:**

- \[quickstart\] Improve the kernelspec written to conf.py [\66](https://github.com/QuantEcon/jupinx/issues/66)
- RM: Remove Python=2 support [\30](https://github.com/QuantEcon/jupinx/issues/30)

0.1.6b

This minor release ensures `sphinxcontrib-bibtex` and `sphinxcontrib-jupyter` are installed when installing `jupinx`.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.