misolietavec
misolietavec
I successfully compiled and tested examples sketch_000 - sketch 009 with pyodide (some with minor changes). Also I have a running example of simple Arkanoid (breakout) game. But there is...
On row 86 in `kernel.py` there is a weird path for `master.c` - parent directory, subdirectory `resources`. Parent directory is (usually) system-wide `dist_packages`, which you should not touch. In any...
right in example `02-hello-jupylet`. This issue I found also in tensorflow, see [this URL](https://github.com/tensorflow/models/issues/11040), where it was successfully resolved. I think, ipyleaflet can go this way, too (using old, deprecated...
Why `sys.path.insert(0, os.path.abspath('./..'))` ?
In this repository, we use docker-py (in requirements.txt, or in Dockerfile-alpine). This is older package, last version 1.10.6 on pypi is from 2016-11-02. The newer package is called docker (newest...