Nbgitpuller

Latest version: v1.2.2

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

Scan your dependencies

Page 2 of 5

1.1.0

([full changelog](https://github.com/jupyterhub/nbgitpuller/compare/1.0.2...1.1.0))

Enhancements made

- Add retrolab support to link generator [225](https://github.com/jupyterhub/nbgitpuller/pull/225) ([yuvipanda](https://github.com/yuvipanda))

Bugs fixed

- Fix sync problems after deleting files [257](https://github.com/jupyterhub/nbgitpuller/pull/257) ([jdmansour](https://github.com/jdmansour))
- Use our own jinja2 template loader [255](https://github.com/jupyterhub/nbgitpuller/pull/255) ([yuvipanda](https://github.com/yuvipanda))

Maintenance and upkeep improvements

- Remove binder folder with link_generator.ipynb [249](https://github.com/jupyterhub/nbgitpuller/pull/249) ([consideRatio](https://github.com/consideRatio))
- Use async/await instead of gen.coroutine/yield [246](https://github.com/jupyterhub/nbgitpuller/pull/246) ([consideRatio](https://github.com/consideRatio))

Documentation improvements

- Fix note format [250](https://github.com/jupyterhub/nbgitpuller/pull/250) ([brian-rose](https://github.com/brian-rose))
- docs: adds docstrings (refactor: rename local parameter) [242](https://github.com/jupyterhub/nbgitpuller/pull/242) ([consideRatio](https://github.com/consideRatio))
- DOC: Add link gen. screenshot, update example gif [238](https://github.com/jupyterhub/nbgitpuller/pull/238) ([consideRatio](https://github.com/consideRatio))
- Update docs and remove unnecessary Sphinx configuration files [237](https://github.com/jupyterhub/nbgitpuller/pull/237) ([choldgraf](https://github.com/choldgraf))
- Point people to the browser extension [231](https://github.com/jupyterhub/nbgitpuller/pull/231) ([yuvipanda](https://github.com/yuvipanda))

Other merged PRs

- ci: test against python 3.7-3.10 [245](https://github.com/jupyterhub/nbgitpuller/pull/245) ([consideRatio](https://github.com/consideRatio))
- Build docs using GitHub Actions, add linkcheck, and small tweaks to CI system [232](https://github.com/jupyterhub/nbgitpuller/pull/232) ([yuvipanda](https://github.com/yuvipanda))
- Fix conf.py to work on newer versions of sphinx [226](https://github.com/jupyterhub/nbgitpuller/pull/226) ([yuvipanda](https://github.com/yuvipanda))
- npm: auto-rebuild dist if js changed [222](https://github.com/jupyterhub/nbgitpuller/pull/222) ([manics](https://github.com/manics))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterhub/nbgitpuller/graphs/contributors?from=2021-09-02&to=2022-03-18&type=c))

[akhmerov](https://github.com/search?q=repo%3Ajupyterhub%2Fnbgitpuller+involves%3Aakhmerov+updated%3A2021-09-02..2022-03-18&type=Issues) | [brian-rose](https://github.com/search?q=repo%3Ajupyterhub%2Fnbgitpuller+involves%3Abrian-rose+updated%3A2021-09-02..2022-03-18&type=Issues) | [choldgraf](https://github.com/search?q=repo%3Ajupyterhub%2Fnbgitpuller+involves%3Acholdgraf+updated%3A2021-09-02..2022-03-18&type=Issues) | [consideRatio](https://github.com/search?q=repo%3Ajupyterhub%2Fnbgitpuller+involves%3AconsideRatio+updated%3A2021-09-02..2022-03-18&type=Issues) | [jameshowison](https://github.com/search?q=repo%3Ajupyterhub%2Fnbgitpuller+involves%3Ajameshowison+updated%3A2021-09-02..2022-03-18&type=Issues) | [jdmansour](https://github.com/search?q=repo%3Ajupyterhub%2Fnbgitpuller+involves%3Ajdmansour+updated%3A2021-09-02..2022-03-18&type=Issues) | [manics](https://github.com/search?q=repo%3Ajupyterhub%2Fnbgitpuller+involves%3Amanics+updated%3A2021-09-02..2022-03-18&type=Issues) | [ryanlovett](https://github.com/search?q=repo%3Ajupyterhub%2Fnbgitpuller+involves%3Aryanlovett+updated%3A2021-09-02..2022-03-18&type=Issues) | [welcome](https://github.com/search?q=repo%3Ajupyterhub%2Fnbgitpuller+involves%3Awelcome+updated%3A2021-09-02..2022-03-18&type=Issues) | [yuvipanda](https://github.com/search?q=repo%3Ajupyterhub%2Fnbgitpuller+involves%3Ayuvipanda+updated%3A2021-09-02..2022-03-18&type=Issues) | [Zsailer](https://github.com/search?q=repo%3Ajupyterhub%2Fnbgitpuller+involves%3AZsailer+updated%3A2021-09-02..2022-03-18&type=Issues)

1.0.2

A release to fix an issue that stopped us from publishing nbgitpuller on
conda-forge.

Maintenance and upkeep improvements

- Fix jupyter-packaging reference, use - instead of \_ [219](https://github.com/jupyterhub/nbgitpuller/pull/219) ([consideRatio](https://github.com/consideRatio))

1.0.1

This release fixes a failure to install from a source distribution of the
package without having `node` and `npm` installed.

Maintenance and upkeep improvements

- Remove six from dev-requirements.txt [213](https://github.com/jupyterhub/nbgitpuller/pull/213) ([consideRatio](https://github.com/consideRatio))
- Slim package.json to avoid fields relevant to npm publication [212](https://github.com/jupyterhub/nbgitpuller/pull/212) ([consideRatio](https://github.com/consideRatio))
- Use jupyter-packaging for npm build [211](https://github.com/jupyterhub/nbgitpuller/pull/211) ([manics](https://github.com/manics))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterhub/nbgitpuller/graphs/contributors?from=2021-09-01&to=2021-09-02&type=c))

[consideRatio](https://github.com/search?q=repo%3Ajupyterhub%2Fnbgitpuller+involves%3AconsideRatio+updated%3A2021-09-01..2021-09-02&type=Issues) | [manics](https://github.com/search?q=repo%3Ajupyterhub%2Fnbgitpuller+involves%3Amanics+updated%3A2021-09-01..2021-09-02&type=Issues)

1.0

1.0.0

This is not a breaking release, we have just decided to let this be 1.0.0 to
better communicate changes via the version number in future releases.

Enhancements made

- Support use with jupyter_server by decoupling notebook dependencies [193](https://github.com/jupyterhub/nbgitpuller/pull/193) ([GeorgianaElena](https://github.com/GeorgianaElena))

Bugs fixed

- Use addon instead of term when calling fit and import xterm css [197](https://github.com/jupyterhub/nbgitpuller/pull/197) ([GeorgianaElena](https://github.com/GeorgianaElena))

Maintenance and upkeep improvements

- Rename nbgitpuller repo's master branch to main [189](https://github.com/jupyterhub/nbgitpuller/pull/189) ([consideRatio](https://github.com/consideRatio))

Documentation improvements

- Update contributing guide to use `git-pull` [202](https://github.com/jupyterhub/nbgitpuller/pull/202) ([fperez](https://github.com/fperez))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterhub/nbgitpuller/graphs/contributors?from=2021-06-24&to=2021-08-31&type=c))

[choldgraf](https://github.com/search?q=repo%3Ajupyterhub%2Fnbgitpuller+involves%3Acholdgraf+updated%3A2021-06-24..2021-08-31&type=Issues) | [consideRatio](https://github.com/search?q=repo%3Ajupyterhub%2Fnbgitpuller+involves%3AconsideRatio+updated%3A2021-06-24..2021-08-31&type=Issues) | [fmaussion](https://github.com/search?q=repo%3Ajupyterhub%2Fnbgitpuller+involves%3Afmaussion+updated%3A2021-06-24..2021-08-31&type=Issues) | [fperez](https://github.com/search?q=repo%3Ajupyterhub%2Fnbgitpuller+involves%3Afperez+updated%3A2021-06-24..2021-08-31&type=Issues) | [GeorgianaElena](https://github.com/search?q=repo%3Ajupyterhub%2Fnbgitpuller+involves%3AGeorgianaElena+updated%3A2021-06-24..2021-08-31&type=Issues) | [manics](https://github.com/search?q=repo%3Ajupyterhub%2Fnbgitpuller+involves%3Amanics+updated%3A2021-06-24..2021-08-31&type=Issues) | [nibheis](https://github.com/search?q=repo%3Ajupyterhub%2Fnbgitpuller+involves%3Anibheis+updated%3A2021-06-24..2021-08-31&type=Issues) | [TimoRoth](https://github.com/search?q=repo%3Ajupyterhub%2Fnbgitpuller+involves%3ATimoRoth+updated%3A2021-06-24..2021-08-31&type=Issues) | [welcome](https://github.com/search?q=repo%3Ajupyterhub%2Fnbgitpuller+involves%3Awelcome+updated%3A2021-06-24..2021-08-31&type=Issues) | [yuvipanda](https://github.com/search?q=repo%3Ajupyterhub%2Fnbgitpuller+involves%3Ayuvipanda+updated%3A2021-06-24..2021-08-31&type=Issues)

0.10.2

This is a critical security release, please upgrade to this and see [GHSA-mq5p-2mcr-m52j](https://github.com/jupyterhub/nbgitpuller/security/advisories/GHSA-mq5p-2mcr-m52j) more information.

Page 2 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.