Nbclassic

Latest version: v1.1.0

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

Scan your dependencies

Page 4 of 6

0.3.7

([Full Changelog](https://github.com/jupyterlab/nbclassic/compare/v0.3.6...30510b64239cb46ae74367b19375dbdde797341b))

Maintenance and upkeep improvements

- Clean up packaging and CI [91](https://github.com/jupyterlab/nbclassic/pull/91) ([blink1073](https://github.com/blink1073))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/nbclassic/graphs/contributors?from=2022-03-02&to=2022-03-16&type=c))

[blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fnbclassic+involves%3Ablink1073+updated%3A2022-03-02..2022-03-16&type=Issues)

0.3.6

([Full Changelog](https://github.com/jupyterlab/nbclassic/compare/v0.3.5...a5f3e6ecae9baf71a1057f1a98587ef59936f687))

Maintenance and upkeep improvements

- Depend on notebook_shim package for server-side shim layer [88](https://github.com/jupyterlab/nbclassic/pull/88) ([Zsailer](https://github.com/Zsailer))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/nbclassic/graphs/contributors?from=2022-01-11&to=2022-03-02&type=c))

[jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fnbclassic+involves%3Ajtpio+updated%3A2022-01-11..2022-03-02&type=Issues) | [Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fnbclassic+involves%3AZsailer+updated%3A2022-01-11..2022-03-02&type=Issues)

0.3.5

([Full Changelog](https://github.com/jupyterlab/nbclassic/compare/v0.3.4...c3005f28ca58d5dd81c62eb1a61f30d0c31a9498))

Bugs fixed

- ensure extension name is passed to TerminalHandler [79](https://github.com/jupyterlab/nbclassic/pull/79) ([minrk](https://github.com/minrk))

Maintenance and upkeep improvements

- Clean up downstream tests [82](https://github.com/jupyterlab/nbclassic/pull/82) ([blink1073](https://github.com/blink1073))
- Enforce labels on PRs [80](https://github.com/jupyterlab/nbclassic/pull/80) ([blink1073](https://github.com/blink1073))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/nbclassic/graphs/contributors?from=2021-10-27&to=2022-01-11&type=c))

[blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fnbclassic+involves%3Ablink1073+updated%3A2021-10-27..2022-01-11&type=Issues) | [minrk](https://github.com/search?q=repo%3Ajupyterlab%2Fnbclassic+involves%3Aminrk+updated%3A2021-10-27..2022-01-11&type=Issues)

0.3.4

([Full Changelog](https://github.com/jupyterlab/nbclassic/compare/v0.3.3...48ae58cfa2fcd1a939dfbb6b5bd8b0f0e912b024))

Bugs fixed

- Monkeypatch IPythonHandler to find nbclassic's jinja templates [77](https://github.com/jupyterlab/nbclassic/pull/77) ([Zsailer](https://github.com/Zsailer))

Maintenance and upkeep improvements

- Run JupyterLab browser tests as downstream tests [76](https://github.com/jupyterlab/nbclassic/pull/76) ([Zsailer](https://github.com/Zsailer))

Other merged PRs

- add check-release workflow [75](https://github.com/jupyterlab/nbclassic/pull/75) ([Zsailer](https://github.com/Zsailer))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/nbclassic/graphs/contributors?from=2021-10-22&to=2021-10-27&type=c))

[Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fnbclassic+involves%3AZsailer+updated%3A2021-10-22..2021-10-27&type=Issues)

0.3.3

([Full Changelog](https://github.com/jupyterlab/nbclassic/compare/0.3.2...d32701cb76bf4d1258e5f0fda9b1eac91e697f3a))

Maintenance and upkeep improvements

- Use Jupyter Packaging and other cleanup [68](https://github.com/jupyterlab/nbclassic/pull/68) ([Zsailer](https://github.com/Zsailer))

Other merged PRs

- add missing lines to manifest [72](https://github.com/jupyterlab/nbclassic/pull/72) ([Zsailer](https://github.com/Zsailer))
- add changelog comments for jupyter-releaser [70](https://github.com/jupyterlab/nbclassic/pull/70) ([Zsailer](https://github.com/Zsailer))
- add setup.py back to enable jupyter_releaser [69](https://github.com/jupyterlab/nbclassic/pull/69) ([Zsailer](https://github.com/Zsailer))
- Add workflow to test JupyterLab [67](https://github.com/jupyterlab/nbclassic/pull/67) ([Zsailer](https://github.com/Zsailer))
- Expose classic notebook's static assets from their original endpoints [63](https://github.com/jupyterlab/nbclassic/pull/63) ([Zsailer](https://github.com/Zsailer))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/nbclassic/graphs/contributors?from=2021-09-17&to=2021-10-22&type=c))

[meeseeksmachine](https://github.com/search?q=repo%3Ajupyterlab%2Fnbclassic+involves%3Ameeseeksmachine+updated%3A2021-09-17..2021-10-22&type=Issues) | [Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fnbclassic+involves%3AZsailer+updated%3A2021-09-17..2021-10-22&type=Issues)

0.3.2

([Full Changelog](https://github.com/jupyterlab/nbclassic/compare/0.3.1...32ff24b059573c51e1bf91c426f8fd2fe6dac665))

Merged PRs

- ExtensionManager's link_extension changed call signature [64](https://github.com/jupyterlab/nbclassic/pull/64) ([athornton](https://github.com/athornton))
- Fix link to the Jupyter Notebook repo in README [62](https://github.com/jupyterlab/nbclassic/pull/62) ([saiwing-yeung](https://github.com/saiwing-yeung))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/nbclassic/graphs/contributors?from=2021-05-21&to=2021-09-17&type=c))

[athornton](https://github.com/search?q=repo%3Ajupyterlab%2Fnbclassic+involves%3Aathornton+updated%3A2021-05-21..2021-09-17&type=Issues) | [saiwing-yeung](https://github.com/search?q=repo%3Ajupyterlab%2Fnbclassic+involves%3Asaiwing-yeung+updated%3A2021-05-21..2021-09-17&type=Issues) | [welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fnbclassic+involves%3Awelcome+updated%3A2021-05-21..2021-09-17&type=Issues)

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.