Skip to content

Commit

Permalink
Merge pull request #188 from sol-eng/tn-upgrade-workbench_jupyterlab
Browse files Browse the repository at this point in the history
Update workbench_jupyterlab version
  • Loading branch information
tnederlof authored Feb 2, 2024
2 parents 553d6ed + 4cd406f commit 010872d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/jupyter/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func InstallJupyter(pythonPath string) error {

// Install various Jupyter related packages from PyPI
func InstallJupyterAndComponents(pythonPath string) error {
licenseCommand := "PIP_ROOT_USER_ACTION=ignore " + pythonPath + " -m pip install --no-warn-script-location --disable-pip-version-check jupyter jupyterlab==3.6.5 rsp_jupyter rsconnect_jupyter workbench_jupyterlab==1.1.1"
licenseCommand := "PIP_ROOT_USER_ACTION=ignore " + pythonPath + " -m pip install --no-warn-script-location --disable-pip-version-check jupyter jupyterlab==3.6.5 rsp_jupyter rsconnect_jupyter workbench_jupyterlab==1.1.315"
err := system.RunCommand(licenseCommand, true, 2, true)
if err != nil {
return fmt.Errorf("issue installing Jupyter with the command '%s': %w", licenseCommand, err)
Expand Down

0 comments on commit 010872d

Please sign in to comment.