v0.1.22 - JupyterLab intergration
# [Optional] pre-build the image
harbor build jupyter
# Start the service
harbor up jupyter
# Open JupyterLab in the browser
harbor open jupyterYour notebooks are stored in the Harbor workspace, under the jupyter directory.
# Opens workspace folder in the File Mangager
harbor jupyter workspace
# See workspace location,
# relative to $(harbor home)
harbor config get juptyer.workspaceAdditionally, you can configure service to install additional packages.
# See deps help
# It's a manager for underlying array
harbor jupyter deps -h
# Add packages to install, supports the same
# specifier syntax as pip
harbor jupyter deps add numpy
harobr jupyter deps add SomeProject@git+https://git.repo/some_pkg.git@1.3.1
harbor jupyter deps add SomePackage[PDF,EPUB]==3.1.4Full Changelog: v0.1.21...v0.1.22