Highlights
- Adds a new
--check_jupyterflag to report which notebook environment is used (e.g., Colab, Jupyter Notebook, JupyterLab, VS Code). (#102, contributed by Mariam Zakaria) - Adds a new
--check_latestflag to check whether newer package versions are available. (#102, contributed by Mariam Zakaria) - Adds a new
--python_installationflag to provide information about how Python was installed. (#102, contributed by Mariam Zakaria)
What's Changed
- Feat check latest 87 by @mariam851 in #110
- Feat: Add --filename (-fn) option to display notebook path. Closes #25 by @mariam851 in #103
- Fix KeyError in version lookup and implement fallback by @mariam851 in #106
- Fix timezone space 73 by @mariam851 in #107
- Feat jupyter env 93 by @mariam851 in #108
- Feat python install 89 by @mariam851 in #109
New Contributors
- @mariam851 made their first contribution in #110
Full Changelog: v2.5.1...v2.6.0