Skip to content

v0.10.6: Improved Docker, added `%capture`

Latest
Compare
Choose a tag to compare
@janpfeifer janpfeifer released this 16 Oct 15:56
· 8 commits to main since this release
0fc7fbc
  • Feature request #138
    • Added openssh-client, rsync and curl, to allow users to install other dependencies.
    • Added sudo for apt install and apt update.
    • Added support for autostart.sh that if present in the mounted container /notebooks directory, and if root owned
      and set as executable.
  • Updated Dockerfile to latest version to JupyterLab -- now the base docker is served quay.io/jupyter/base-notebook
  • Added %capture [-a] <file> to capture the output of a cell (#142)
  • Fixed nbexec: added --disable-gpu and --disable-software-rasterizer when executing "headless" chrome for tests.