{"id":19036732,"url":"https://github.com/ient/pti","last_synced_at":"2026-02-08T09:04:42.116Z","repository":{"id":91939466,"uuid":"314561341","full_name":"IENT/PTI","owner":"IENT","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-03T15:31:20.000Z","size":112847,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-11-03T17:23:07.760Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IENT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-11-20T13:25:20.000Z","updated_at":"2025-11-03T15:31:31.000Z","dependencies_parsed_at":"2025-08-08T16:33:11.274Z","dependency_job_id":null,"html_url":"https://github.com/IENT/PTI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IENT/PTI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IENT%2FPTI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IENT%2FPTI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IENT%2FPTI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IENT%2FPTI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IENT","download_url":"https://codeload.github.com/IENT/PTI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IENT%2FPTI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29225719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T06:05:31.539Z","status":"ssl_error","status_checked_at":"2026-02-08T05:58:33.853Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T21:55:16.097Z","updated_at":"2026-02-08T09:04:39.068Z","avatar_url":"https://github.com/IENT.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Praktikum Computer Engineering\n\n[![RWTHjupyter](https://jupyter.pages.rwth-aachen.de/documentation/images/badge-launch-rwth-jupyter.svg)](https://jupyter.rwth-aachen.de/hub/spawn?profile=pti\u0026next=/user-redirect/lab/tree/pti%2Findex.ipynb) \n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/IENT/PTI.git/master?urlpath=lab/tree/index.ipynb)\n\n## Introduction\n\nThis repository contains Jupyter Notebooks for the Praktikum Computer Engineering (formerly known as Praktikum Technische Informatik) at RWTH Aachen University.\n\nVisit the notebook [index.ipynb](index.ipynb) for a table of contents.\n\n## Quick Start\n\nRun the notebooks directly online [RWTHjupyter](https://jupyter.rwth-aachen.de): [![RWTHjupyter](https://jupyter.pages.rwth-aachen.de/documentation/images/badge-launch-rwth-jupyter.svg)](https://jupyter.rwth-aachen.de/hub/spawn?profile=pti\u0026next=/user-redirect/lab/tree/pti%2Findex.ipynb)\n\n* The starting process of the session may take up to one minute.\n\nAs a fall back: Use Binder or offline usage (see below).\n\n## Binder\n\nRun the notebooks directly online [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/IENT/PTI.git/master?urlpath=lab/tree/index.ipynb). Please note the following limitations:\n\n* The starting process of the session may take up to one minute.\n* Please note that the session will be cancelled after 10 minutes of user inactivity.\n\n\n## Offline Usage\n\nTo be able to open the PTI notebooks locally, you need to have a Python environment as well as JupyterLab installed. We recommend to use Anaconda for a local installation.\n\n### Anaconda\n\nTo run the notebooks on your local machine, you may use [Anaconda](https://www.anaconda.com/) (using `pip` is also possible for experienced users. You have to install all the requirements listed in `binder/environment.yml` and install the two `jupyter labextension ...` commands listed in `binder/postBuild`).\n\n#### Installation\n\n* Install [Anaconda](https://www.anaconda.com/).\n* Download this repository to your local disk. You can download it as a zip-File or use `git`:  `git clone --recurse-submodules git@git.rwth-aachen.de:IENT/pti.git`.\n* It is highly recommended to run the PTI notebooks in an isolated Anaconda environment. You can create a new environment called `ptilab` from the provided `binder/environment.yml` by running `conda env create -f binder/environment.yml` in the Anaconda prompt. This makes sure that all required packages are installed amd don't interfere with the packages in your base environment.\n* Activate this environment with `conda activate ptilab`.\n* Run two final commands in the Anaconda prompt (with activated `ptilab` environment):\n\n  ```bash\n  chmod +x binder/postBuild\n  binder/postBuild\n  ```\n\n  If the latter command fails, please open `binder/postBuild` and execute the commands listed there manually.\n\n#### Run\n\n* Activate the environment  with `conda activate ptilab`.\n* Run JupyterLab  `jupyter lab`. In your browser, JupyterLab should start. You can then open `index.ipynb` for an overview over all notebooks.\n* You can deactivate the environment with `conda deactivate` (and switch back to it with `conda activate ptilab`).\n\n### Docker\n\nFor advanced users only: If you happen to have Docker installed, you can start a local dockerized JupyterLab with enabled PTI with\n\n```bash\ndocker run --name='pti' --rm -it -p 8888:8888 -e JUPYTER_ENABLE_LAB=yes registry.git.rwth-aachen.de/ient/pti:master\n```\n\nCopy and paste the displayed link to your favorite browser.\n\n## Contact\n\n* If you found a bug, please use the [issue tracker](https://git.rwth-aachen.de/IENT/pti/issues).\n* In all other cases, please contact [Christian Rohlfing](http://www.ient.rwth-aachen.de/cms/c_rohlfing/).\n\nThe code is licensed under the [MIT license](https://opensource.org/licenses/MIT).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fient%2Fpti","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fient%2Fpti","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fient%2Fpti/lists"}