aboutsummaryrefslogtreecommitdiff
path: root/test/python/install_jupyterlab.sh
Commit message (Collapse)AuthorAgeFilesLines
* [python] Change the `sudo_if` function to avoid issues with Bash (#694)feature_python_1.2.0Alexander Smolyakov2023-09-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * [python] Updated `sudo_if` function - Remove double quotes to avoid issues with string tokenization * Add test scenario * Revert "Add test scenario" This reverts commit 9e62a3797a8f5eddf5c24a6b5fd30bd2c4be8c54. * Update `jupyterlab git` package name * Bump feature version * Test: Install jupyterlab under root user * Refactor changes * Bump patch version * Address review points
* Add git extension for JupyterLab to Python feature (#286)JP Ungaretti2022-11-141-0/+3
| | | | | * Add git extension * Bump version
* Fix python feature issue #258, improve tests, fix oryx bug (#261)Chuck Lantz2022-11-071-0/+0
| | | | * Fix #258, improve tests, fix oryx bug * Drop Debian 9 from tests given it is out of support
* Fix additional Python and JupyterLab edge case (#182)JP Ungaretti2022-09-261-4/+11
| | | | | | | | | | | | | | | * Remove bloat from JupyterLab test * Check location of JupyterLab installation * Remove common-utils * Add failing additional with JL test * Fix Python feature * Update scenario images * Bump patch version
* Rename JupyterLab config file (#174)JP Ungaretti2022-09-201-1/+1
| | | | | * Rename JupyterLab config file * Bump version
* test updates to adopt https://github.com/devcontainers/cli/pull/124 (#114)Josh Spicer2022-08-241-0/+16
* test updates to adopt https://github.com/devcontainers/cli/pull/124 * remove accidental tgz check in * typo in option * typo in python install script on dotnet6/jammy branch * no scenarios * code review and test name * Delete install_os_provided_python.sh