Skip to content

Commit

Permalink
Merge branch 'master' into fix/mr_pip_install
Browse files Browse the repository at this point in the history
  • Loading branch information
lugi0 authored Oct 8, 2024
2 parents 25d0938 + b8ee83d commit 1e71f28
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ Select Notebook Image
END
END

IF "${version}"=="default"
IF "${version}"=="previous"
# Let's reset the JupyterLibrary settings so that global variables for Jupyter 3 (default) are in place.
Update Globals For JupyterLab 3 Custom
ELSE
# For Jupyter 4, we need to update global default variable values (images 2024b and newer)
# This calls method from JupyterLibrary Version.resource module
# https://github.com/robots-from-jupyter/robotframework-jupyterlibrary/blob/9e25fcb89a5f1a723c59e9b96706e4c638e0d9be/src/JupyterLibrary/clients/jupyterlab/Version.resource
Update Globals For JupyterLab 4
ELSE
# Let's reset the JupyterLibrary settings so that global variables for Jupyter 3 (default) are in place.
Update Globals For JupyterLab 3 Custom
END

Update Globals For JupyterLab 3 Custom
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,16 @@ Select Workbench Jupyter Image
END
END

IF "${version}"=="previous"
# Let's reset the JupyterLibrary settings so that global variables for Jupyter 3 (default) are in place.
Update Globals For JupyterLab 3 Custom
ELSE
# For Jupyter 4, we need to update global default variable values (images 2024b and newer)
# This calls method from JupyterLibrary Version.resource module
# https://github.com/robots-from-jupyter/robotframework-jupyterlibrary/blob/9e25fcb89a5f1a723c59e9b96706e4c638e0d9be/src/JupyterLibrary/clients/jupyterlab/Version.resource
Update Globals For JupyterLab 4
END

Verify Version Selection Dropdown
[Documentation] Verifies the version selection dropdown is present
... uses the recommended image by default, and has two options
Expand Down

0 comments on commit 1e71f28

Please sign in to comment.