Skip to content

iakovts/em_proj_final

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running this Notebook and project


Notebook

Using Docker

From the project's root directory run:

docker build --tag microwave_tsouros .   # Might require sudo
docker run -p 8888:8888 -t microwave_tsouros  # Port forwarding to a local ip is required to access the nb.

From the terminal output, click the link provided (pointing to localhost) by jupyter containing the token:

jupyter_docker

Without Docker

From the project's root directory run (preferrably in a virtual environment):

pip install -e .[pres]

When the installation finishes, the notebook can be run with:

jupyter notebook TsourosReportEM.ipynb

Project

Run the simulation without accessing the notebook. Defaults to 915MHz if no arguments are provided (with the -f/--frequency flag).

Using Docker

From the project's root directory run:

docker build --tag microwave_tsouros .   # Might require sudo
docker run -t microwave_tsouros mic [-f/--frequency 915/2450]
Without Docker

From the project's root directory (preferrably in a virtual environment):

pip install -e .
mic [-f/--frequency 915/2450]
# OR
python micwave/src/main.py [-f/--frequency 915/2450]

Rendered Notebook in html

To view the notebook rendered in html (including computational results), open the TsourosReport.html file in a browser that supports javascript. This file can be found in the TsourosReport directory from the project's root.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published