Skip to content

DLR-VF/PtAC-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PtAC Examples

This repository contains usage examples of PtAC python package and also the necessary datasets to demonstrate the features of PtAC. You can find all the examples on notebooks folder.

Installation and Usage

In order to run the examples, jupyter notebook and git needs be installed:

1. open the Anaconda prompt (can be found on windows start menu) and navigate to your home folder

cd C:\Users\your_username

2. activate the conda environment in which PtAC is already installed (see user guide to install ptac).

conda activate ptac

3. install jupyter notebook by typing

conda install -c conda-forge notebook

In order to download PtAC-examples repository, follow one of the options below:

4. install git and clone the GitHub repository with the following command:

git clone https://github.com/DLR-VF/PtAC-examples.git C:\Users\your_username\PtAC-examples

or download via PtAC-examples and unzip into working directory.

5. You can now navigate to the directory of downloaded repository:

cd C:\Users\your_username\PtAC-examples

6. launch the notebook with the following command:

jupyter notebook

This will print some information about the notebook server in your Anaconda prompt, and open your default web browser to the URL of the web application (by default, http://127.0.0.1:8888).

The landing page of the Jupyter notebook web application, the dashboard, shows the notebooks currently available in the notebook directory (by default, the directory from which the notebook server was started).

More info:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published