Nbgrader

Latest version: v0.9.5

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

Scan your dependencies

Page 1 of 7

0.9.5

([Full Changelog](https://github.com/jupyter/nbgrader/compare/v0.9.4...73e137511ac1dc02e95790d4fd6d4d88dab42325))

Bugs fixed

- Revert 1915 for security reason [1947](https://github.com/jupyter/nbgrader/pull/1947) ([brichet](https://github.com/brichet))

Maintenance and upkeep improvements

- Bump cross-spawn from 6.0.5 to 6.0.6 [1943](https://github.com/jupyter/nbgrader/pull/1943) ([dependabot](https://github.com/dependabot))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/nbgrader/graphs/contributors?from=2024-11-18&to=2025-01-17&type=c))

[brichet](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Abrichet+updated%3A2024-11-18..2025-01-17&type=Issues) | [dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Adependabot+updated%3A2024-11-18..2025-01-17&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Agithub-actions+updated%3A2024-11-18..2025-01-17&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

0.9.4

Not secure
([Full Changelog](https://github.com/jupyter/nbgrader/compare/v0.9.3...ba2a40491ff0f9ae0a08baeb9cf0c92ab670a05c))

Enhancements made

- New Autograde Preprocessor: IgnorePattern [1904](https://github.com/jupyter/nbgrader/pull/1904) ([AlirezaT99](https://github.com/AlirezaT99))

Bugs fixed

- Set CSP frame-ancestors 'self' for nbgrader handlers [1915](https://github.com/jupyter/nbgrader/pull/1915) ([jeflem](https://github.com/jeflem))
- Backport PR 1902 - Eliminate compatibility issues in supporting notebook and jupyterlab [1912](https://github.com/jupyter/nbgrader/pull/1912) ([brichet](https://github.com/brichet))
- groupshared feedback re-release fix [1667](https://github.com/jupyter/nbgrader/pull/1667) ([franswel](https://github.com/franswel))

Maintenance and upkeep improvements

- Bump webpack from 5.92.0 to 5.96.1 [1939](https://github.com/jupyter/nbgrader/pull/1939) ([dependabot](https://github.com/dependabot))
- Prevent dependabot from using yarn 4 [1938](https://github.com/jupyter/nbgrader/pull/1938) ([brichet](https://github.com/brichet))
- Upgrade upload-artifact action [1928](https://github.com/jupyter/nbgrader/pull/1928) ([brichet](https://github.com/brichet))
- Bump micromatch from 4.0.7 to 4.0.8 [1920](https://github.com/jupyter/nbgrader/pull/1920) ([dependabot](https://github.com/dependabot))

Documentation improvements

- Fix labextension plugin IDs in the docs and demos [1927](https://github.com/jupyter/nbgrader/pull/1927) ([lahwaacz](https://github.com/lahwaacz))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/nbgrader/graphs/contributors?from=2024-06-20&to=2024-11-18&type=c))

[AlirezaT99](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3AAlirezaT99+updated%3A2024-06-20..2024-11-18&type=Issues) | [brichet](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Abrichet+updated%3A2024-06-20..2024-11-18&type=Issues) | [dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Adependabot+updated%3A2024-06-20..2024-11-18&type=Issues) | [franswel](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Afranswel+updated%3A2024-06-20..2024-11-18&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Agithub-actions+updated%3A2024-06-20..2024-11-18&type=Issues) | [jeflem](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Ajeflem+updated%3A2024-06-20..2024-11-18&type=Issues) | [lahwaacz](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Alahwaacz+updated%3A2024-06-20..2024-11-18&type=Issues)

0.9.3

([Full Changelog](https://github.com/jupyter/nbgrader/compare/v0.9.2...f3878c749fee3733f29f91fb5f6c1c81a51e2a4c))

Enhancements made

- Open formgrader with a local configuration file [1859](https://github.com/jupyter/nbgrader/pull/1859) ([brichet](https://github.com/brichet))

Bugs fixed

- Make hashing independent of notebook content [1774](https://github.com/jupyter/nbgrader/pull/1774) ([tuncbkose](https://github.com/tuncbkose))

Maintenance and upkeep improvements

- Install the labextension in the correct directory [1893](https://github.com/jupyter/nbgrader/pull/1893) ([brichet](https://github.com/brichet))
- bump jupyterlab, notebook and ydoc dependencies [1892](https://github.com/jupyter/nbgrader/pull/1892) ([brichet](https://github.com/brichet))
- Transfer the NPM package to jupyter namespace [1875](https://github.com/jupyter/nbgrader/pull/1875) ([brichet](https://github.com/brichet))
- Update Release Scripts [1874](https://github.com/jupyter/nbgrader/pull/1874) ([blink1073](https://github.com/blink1073))
- Fix the confusing server errors during UI tests [1871](https://github.com/jupyter/nbgrader/pull/1871) ([brichet](https://github.com/brichet))
- Remove use of deprecated typing.io [1855](https://github.com/jupyter/nbgrader/pull/1855) ([shreve](https://github.com/shreve))

Documentation improvements

- Fixed LaTeX rendering in some demo notebooks [1890](https://github.com/jupyter/nbgrader/pull/1890) ([ZiadAmerr](https://github.com/ZiadAmerr))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/nbgrader/graphs/contributors?from=2024-03-26&to=2024-06-20&type=c))

[blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Ablink1073+updated%3A2024-03-26..2024-06-20&type=Issues) | [brichet](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Abrichet+updated%3A2024-03-26..2024-06-20&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Agithub-actions+updated%3A2024-03-26..2024-06-20&type=Issues) | [nthiery](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Anthiery+updated%3A2024-03-26..2024-06-20&type=Issues) | [shreve](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Ashreve+updated%3A2024-03-26..2024-06-20&type=Issues) | [trevorcampbell](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Atrevorcampbell+updated%3A2024-03-26..2024-06-20&type=Issues) | [tuncbkose](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Atuncbkose+updated%3A2024-03-26..2024-06-20&type=Issues) | [ZiadAmerr](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3AZiadAmerr+updated%3A2024-03-26..2024-06-20&type=Issues)

0.9.2

([Full Changelog](https://github.com/jupyter/nbgrader/compare/v0.9.1...9876829b6be4fccce621ffee907bd5f9ac400c44))

Bugs fixed

- Fix formgrader link from course_list [1848](https://github.com/jupyter/nbgrader/pull/1848) ([brichet](https://github.com/brichet))

Maintenance and upkeep improvements

- Upgrade nbval to keep compatibillity with pytest [1867](https://github.com/jupyter/nbgrader/pull/1867) ([brichet](https://github.com/brichet))
- Bump Jupyterlab to >=4.1.0 and Notebook to >=7.1.0 [1864](https://github.com/jupyter/nbgrader/pull/1864) ([brichet](https://github.com/brichet))
- Bump ip from 2.0.0 to 2.0.1 [1863](https://github.com/jupyter/nbgrader/pull/1863) ([dependabot](https://github.com/dependabot))
- Bump postcss from 8.4.28 to 8.4.32 [1851](https://github.com/jupyter/nbgrader/pull/1851) ([dependabot](https://github.com/dependabot))
- Bump systeminformation from 5.18.15 to 5.21.18 [1850](https://github.com/jupyter/nbgrader/pull/1850) ([dependabot](https://github.com/dependabot))
- Add a dependency to setuptools [1849](https://github.com/jupyter/nbgrader/pull/1849) ([brichet](https://github.com/brichet))
- Remove jupyter_notebook_config.json since notebook server is not supported anymore [1807](https://github.com/jupyter/nbgrader/pull/1807) ([lahwaacz](https://github.com/lahwaacz))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/nbgrader/graphs/contributors?from=2023-09-05&to=2024-03-26&type=c))

[brichet](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Abrichet+updated%3A2023-09-05..2024-03-26&type=Issues) | [dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Adependabot+updated%3A2023-09-05..2024-03-26&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Agithub-actions+updated%3A2023-09-05..2024-03-26&type=Issues) | [lahwaacz](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Alahwaacz+updated%3A2023-09-05..2024-03-26&type=Issues) | [nthiery](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Anthiery+updated%3A2023-09-05..2024-03-26&type=Issues)

0.9.1

([Full Changelog](https://github.com/jupyter/nbgrader/compare/v0.9.0...7922f769c4b30e9fb9260a7b8a39e7365373f980))

Maintenance and upkeep improvements

- Labextension compatibility [1827](https://github.com/jupyter/nbgrader/pull/1827) ([brichet](https://github.com/brichet))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/nbgrader/graphs/contributors?from=2023-09-04&to=2023-09-05&type=c))

[brichet](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Abrichet+updated%3A2023-09-04..2023-09-05&type=Issues)

0.9.0

([Full Changelog](https://github.com/jupyter/nbgrader/compare/v0.9.0a1...6db380039dab377157620516ae49eafcf7537fc8))

Enhancements made

- New Feature: Auto-generation of test code [1817](https://github.com/jupyter/nbgrader/pull/1817) ([trevorcampbell](https://github.com/trevorcampbell))
- Add missing grade_cells before autograding [1770](https://github.com/jupyter/nbgrader/pull/1770) ([tuncbkose](https://github.com/tuncbkose))

Bugs fixed

- Revert change breaking sqlalchemy 1.4.x [1823](https://github.com/jupyter/nbgrader/pull/1823) ([brichet](https://github.com/brichet))
- Fix jquery in documentation, and update documentation [1819](https://github.com/jupyter/nbgrader/pull/1819) ([brichet](https://github.com/brichet))
- Add unused arg for docs/cleandocs [1815](https://github.com/jupyter/nbgrader/pull/1815) ([trevorcampbell](https://github.com/trevorcampbell))
- Add missing grade_cells before autograding [1770](https://github.com/jupyter/nbgrader/pull/1770) ([tuncbkose](https://github.com/tuncbkose))

Maintenance and upkeep improvements

- Clean remaining code relative to Notebook\<7 [1824](https://github.com/jupyter/nbgrader/pull/1824) ([brichet](https://github.com/brichet))
- Update lab and notebook dependencies [1812](https://github.com/jupyter/nbgrader/pull/1812) ([brichet](https://github.com/brichet))

Documentation improvements

- Fix jquery in documentation, and update documentation [1819](https://github.com/jupyter/nbgrader/pull/1819) ([brichet](https://github.com/brichet))
- Add unused arg for docs/cleandocs [1815](https://github.com/jupyter/nbgrader/pull/1815) ([trevorcampbell](https://github.com/trevorcampbell))
- Fix labextension plugin IDs in the docs [1811](https://github.com/jupyter/nbgrader/pull/1811) ([lahwaacz](https://github.com/lahwaacz))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/nbgrader/graphs/contributors?from=2023-07-21&to=2023-09-04&type=c))

[brichet](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Abrichet+updated%3A2023-07-21..2023-09-04&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Agithub-actions+updated%3A2023-07-21..2023-09-04&type=Issues) | [lahwaacz](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Alahwaacz+updated%3A2023-07-21..2023-09-04&type=Issues) | [trevorcampbell](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Atrevorcampbell+updated%3A2023-07-21..2023-09-04&type=Issues) | [tuncbkose](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Atuncbkose+updated%3A2023-07-21..2023-09-04&type=Issues)

Page 1 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.