polynote icon indicating copy to clipboard operation
polynote copied to clipboard

Unofficial Docker Image for Polynote https://polynote.org/

Results 4 polynote issues
Sort by recently updated
recently updated
newest added

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.1 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

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...

Could you provide an example in the documentation of how to use SQL cells?