JupyterLab notebook for Tracking and Installing PyRoll Packages #325
Replies: 2 comments 9 replies
-
After testing on another PC, I made the following improvements. Note / Changelog
Last version Tomas Kubina |
Beta Was this translation helpful? Give feedback.
-
Thanks for the script I hope it helps users. @QiangF |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi PyRoll Team,
First of all, thank you for all your work on this excellent project!
I’d like to share a script I’ve developed for managing PyRoll packages, which I’ve already tested on both my work and home computers. I created it mainly to keep track of which PyRoll-related packages (and versions) I am currently using across different environments.
Script Features:
🧾 Check, List Versions, and Install PyRoll Packages
This script is designed for working with PyRoll project packages. It is intended for use in a JupyterLab environment and includes the following steps:
✅ What the Script Does:
Finds all packages starting with
pyroll-
on PyPI.Identifies which of them are currently installed in the active Python environment.
Displays a list of installed packages and their versions.
Retrieves available versions for packages that are not installed.
Separates them by major version (
3.x
and2.x
).Creates clear tables:
3.x
2.x
2.x
(no3.x
available)Generates
pip install
commands:3.x
version2.x
📌 Usage:
Here is the notebook for JupiterLab
list-pyroll-all-repo-en.zip
If anyone is interested, I’m happy to share the script and would appreciate any feedback or suggestions for improvement!
Best regards,
Tomas Kubina
Beta Was this translation helpful? Give feedback.
All reactions