Przemek Wesołek

Results 6 issues of Przemek Wesołek

When I try to execute any cell containing `%%python` in a JVM-based notebook, the following error is thrown and displayed as an output: ``` py4j.Py4JException: An exception was raised by...

The examples presented e.g. in the documentation don't work. Specifically, the code ``` gradle task docker(type: Docker) { applicationName = 'nginx' dockerfile { run 'echo "deb http://archive.ubuntu.com/ubuntu precise main universe"...

On Linux, using Docker CLI it is not possible to gracefully stop the container. Running `docker stop` causes the daemon to send TERM signal to the container process, which is...

mssql-server-linux

According to https://developer.yahoo.com/weather/: > As of Thursday, Jan. 3, 2019, the weather.yahooapis.com and query.yahooapis.com for Yahoo Weather API will be retired. My DNS no longer resolve query.yahooapis.com anymore. Probably change...

python3 APK installs only `/usr/bin/python3` binary, but by default PySpark searches for `python` binary in PATH. This results in kernel error when enabling Spark in a notebook: ``` 2019-11-19T10:55:15.696952916Z /usr/bin/find-spark-home:...

In README you give an examples of using the image: ``` docker run -p 8192:8192 --name=polynote -d -t greglinscheid/polynote:latest ``` The problem is, this allows access from outside of the...