A jupyter notebook demonstrating how to use some of the pySmartOrgAPI class methods
Download this repository to your local machine using either:
git clone https://github.com/SmartOrgDevelopment/Jupyter-pySmartOrgAPI.git
or download the Zip file for this repository and unzip it to a location on your local machine.
Change to the directory where you have cloned or unzip the repository and create a python virtual environment
cd Jupyter-pySmartOrgAPI
python3.12 -m venv venv
Start the python virtual environment and load the required python libraries
source venv/bin/activate
pip install <path to pySmartOrgAPI .whl file>
pip install -r requirements.txt
Create a .env file in this directory and enter the following with your PNAV pasword:
PASSWORD=<your_pnav_password>
Then start up jupyter lab
jupyter lab
After starting jupyterlab should be running in your browser at localhost:8888/lab