Skip to content

merakulix/CPACS_Seminar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPACS Seminar

This project aims to introduce you to working with CPACS. You can download/clone it and run the Jupyter Notebooks on your local PC or you can run it directly in your browser via Binder:

Binder

Setting up Conda environments and run the examples

It is recommended to use Conda as a Python package and environment manager. Create a new environment from the environment.yml file:

conda env create -f environment.yml

Activate our new python-environment via:

conda activate cpacsSeminar

Call Jupyter:

jupyter-notebook

A browser should open automatically (if not, copy and paste the URL shown in the conda terminal into your browser). Navigate to the Notebook exercises (*.ipynb) and click to open.

Recommendations:

  • Have a look at the Conda cheat sheet to get a quick overview of Conda.

  • I like to use the JupyterLab extension when working with Jupyter Notebooks. Install an run it in your activated conda environment via:

conda install jupyterlab -y
jupyter lab

Additional material

CPACS links

Open source XSD viewer

TiXI and TiGL links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 59.2%
  • Jupyter Notebook 40.6%
  • Python 0.2%