Download WORM Portal tutorial notebooks and files
Project description
worm_library
Download Water-Organic-Rock-Microbe (WORM) Portal tutorial notebooks and demo files to your local environment.
Installation
pip install worm_library
Quick Start
After installation, run this in your computer's terminal to download the WORM-Library notebook to your current directory and launch Jupyter Lab:
Windows:
python -c "import worm_library; worm_library.get_library_notebook()"; jupyter lab WORM-Library.ipynb
Mac/Linux:
python -c "import worm_library; worm_library.get_library_notebook()" && jupyter lab WORM-Library.ipynb
This should open the WORM-Library notebook in your Jupyter Lab in your browser. It allows you to download the latest versions of WORM tutorials by running cells containing the desired tutorials.
Click on a cell with a tutorial that you want and then run it (SHIFT+ENTER while the cell is selected). When it is finished running, it will display a message saying that the tutorial is ready. Check the file browser for the tutorial folder that was downloaded. Double click on the folder to open it and access the downloaded tutorial notebook(s).
If you quit Jupyter Lab and want to return to it later, open your terminal and enter:
jupyter lab WORM-Library.ipynb
Usage
It is easiest for new users to use the WORM-Library.ipynb notebook to download desired tutorials.
More advanced users can use Python in a terminal to access demos:
import worm_library
# Download the main WORM-Library notebook (index of all tutorials)
worm_library.get_library_notebook()
# Download specific tutorials
worm_library.get_introduction_demo() # Basic introduction
worm_library.get_reaction_properties_demo() # Reaction properties tutorials
worm_library.get_univariant_curve_demo() # Univariant curves / geothermometry
# Aqueous speciation tutorials
worm_library.get_intro_aqueous_speciation_demo()
worm_library.get_multi_aqueous_speciation_demo()
worm_library.get_charge_balance_demo()
worm_library.get_heterogeneous_equilibrium_demo()
worm_library.get_heterogeneous_equilibrium_gas_demo()
worm_library.get_alter_suppress_demo()
worm_library.get_custom_data0_demo()
worm_library.get_EQ3_demo()
worm_library.get_EQ6_demo()
# Mass transfer tutorials
worm_library.get_intro_mass_transfer_demo()
worm_library.get_mass_transfer_feature_demo()
worm_library.get_mixing_demo()
# Additional tutorials
worm_library.get_speciation_datasets_demo()
worm_library.get_energy_supply_demo()
# Thermodynamic property estimation
worm_library.get_intro_aqorg_demo()
worm_library.get_aqorg_feature_demo()
worm_library.get_complicator_demo()
worm_library.get_estimate_HKF_demo()
# Community notebooks
worm_library.get_Weeks_2025_demo()
worm_library.get_Trinh_2026_demo()
worm_library.get_whats_in_water_demo()
# Workshop materials
worm_library.get_workshop_demo("workshop_name")
# Clean up all downloaded demos
worm_library.delete_all_demos()
Each function downloads the relevant notebooks and data files to a Demo-* folder in your current working directory.
Links
License
MIT License - see LICENSE for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file worm_library-1.2.2.tar.gz.
File metadata
- Download URL: worm_library-1.2.2.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b13c1258461ba3a43da75f9ed6ddbe27599b42fc989bc4a04e1fa5fa5f6eb0b4
|
|
| MD5 |
a4e01b6f929e2591b3c90d76cc21e28a
|
|
| BLAKE2b-256 |
08b01b81b5054e4b96f02b503bcaca816fd5850a49674fa76150cc38521d0443
|
File details
Details for the file worm_library-1.2.2-py3-none-any.whl.
File metadata
- Download URL: worm_library-1.2.2-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
185ec7ca845cc4cc84f7051116561ddee556a4f65b4f8d516d864baa099a6485
|
|
| MD5 |
9ce2751e4a2fb7fe6487e96c305a6ac9
|
|
| BLAKE2b-256 |
b0b67822c3e2d73c6ac5a9f37fbcb6ca9e8058db9ca81aaf9105d5db713d20a5
|