StephanRhode / py-algorithms-4-automotive-engineering

This repository contains jupyter notebooks and python code for KIT course: Python Algorithms for Automotive Engineering
http://www.fast.kit.edu/lff/1017_13056.php
MIT License
65 stars 95 forks source link

Unknown type #10

Open FelixBleimund opened 4 years ago

FelixBleimund commented 4 years ago

@StephanRhode Der Link wird in github nicht korrekt dargestellt https://github.com/StephanRhode/py-algorithms-4-automotive-engineering/blame/master/01_basic-python/00_syntax.ipynb#L388

image

Auf Binder wird die Datei zum Dowload angeboten, wenn man drauf klickt.

StephanRhode commented 4 years ago

Sorry, where is this file link exactly?

FelixBleimund commented 4 years ago

00_syntax.ipynb line 388 (.../00_syntax.ipynb #L388 ) "Please find one possible solution in [solution_syntax.py](solution_syntax.py) file." If you click on the link I posted you get to exactly that line.

StephanRhode commented 4 years ago

Sorry, it looks like this is a github issue. I tried several relative links like ./solution_syntax.py ../01_basic-python/solution_synatax.py but it does not open the file through github page. Nbviever, local, and binder are fine. I cannot resolve this issue.