Library for interactive multi-objective power amplifier design
Project description
mopa
Library for interactive multi-objective power amplifier design
I. Installation
- Download Python and ensure you can run it from your terminal by running
$ python --version
- Install the test verson of mopa using
$ pip install mopa
- To check that installation is successful
$ pip show mopa
II. Dashboard via Heroku
Mopa's dashboard is currently running on a free Heroku instance. The link to the website is mopa-dashboard.herokuapp.com.
- If the website has not be accessed in a while, it automatically times out and will take a few minutes to reload.
- The website is being run with very little computing power, so analyses may take some time.
III. Dashboard on Local Machine
If you want to use your local computer's computing power, you can run the dashboard via command line:
- Run Python on the command line by running
$ python
- Import mopa
>>> import mopa
- Create a dashboard
>>> app = mopa.app.create_dashboard()
- Run the dashboard
>>> app.run_server()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mopa-0.2.5b0.tar.gz
(9.3 kB
view details)
Built Distribution
File details
Details for the file mopa-0.2.5b0.tar.gz
.
File metadata
- Download URL: mopa-0.2.5b0.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed867d0501d8231e2519663dd0dcc5eda1c16090af222fa3548974f2bfb6b8ae |
|
MD5 | 583e312b9c2e37dcf4b54514c59fd213 |
|
BLAKE2b-256 | 1678c71c649775302ce89f0e68a75529b69f3329e7aef2831973e9fb007dc08c |
File details
Details for the file mopa-0.2.5b0-py3-none-any.whl
.
File metadata
- Download URL: mopa-0.2.5b0-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44d727d157612ae452a279694c3c22ff76399e2a1f07796b4c8fae3e755f90da |
|
MD5 | 033664f1b461929b4cd81c62038b5049 |
|
BLAKE2b-256 | 2423a2b07438aa546f5be8165e8783d34d6cdad1c2f00ac3c307a31f2021567c |