Collection of Jupyter notebooks providing example uses of the LUSAS Programmable Interface (LPI).
- Python 3.x installed on your system.
- Jupyter Notebook extension for VSCode
- A valid LUSAS installation.
- Clone this repository:
git clone https://github.com/CadairIdris/LusasNoteBooks.git
- Navigate to the project directory:
cd LusasNoteBooks - Install required Python packages:
pip install -r requirements.txt
- Open the folder in VSCode
code . - Navigate to the desired notebook and run the cells to explore LPI examples.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes and push the branch.
- Submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.