Skip to content

Commit

Permalink
Merge pull request #424 from jupyterlab/update-to-v3.3.2
Browse files Browse the repository at this point in the history
Update to JupyterLab v3.3.2
  • Loading branch information
mbektas authored Mar 17, 2022
2 parents fc85f68 + cda2d7e commit 3b60e69
Show file tree
Hide file tree
Showing 8 changed files with 1,291 additions and 1,291 deletions.
2 changes: 1 addition & 1 deletion electron-builder-scripts/linux_after_install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
./opt/JupyterLab/resources/env_installer/JupyterLabDesktopAppServer-3.3.0-1-Linux-x86_64.sh -b -p "/opt/JupyterLab/resources/jlab_server"
./opt/JupyterLab/resources/env_installer/JupyterLabDesktopAppServer-3.3.2-1-Linux-x86_64.sh -b -p "/opt/JupyterLab/resources/jlab_server"

ln -s "/opt/JupyterLab/resources/app/jlab" /usr/bin/jlab
chmod 755 "/opt/JupyterLab/resources/app/jlab"
2 changes: 1 addition & 1 deletion electron-builder-scripts/postinstall
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

"$2/JupyterLab.app/Contents/Resources/env_installer/JupyterLabDesktopAppServer-3.3.0-1-MacOSX-x86_64.sh" -b -p "$2/JupyterLab.app/Contents/Resources/jlab_server"
"$2/JupyterLab.app/Contents/Resources/env_installer/JupyterLabDesktopAppServer-3.3.2-1-MacOSX-x86_64.sh" -b -p "$2/JupyterLab.app/Contents/Resources/jlab_server"

ln -s "$2/JupyterLab.app/Contents/Resources/app/jlab" /usr/local/bin/jlab
chmod 755 "$2/JupyterLab.app/Contents/Resources/app/jlab"
Expand Down
2 changes: 1 addition & 1 deletion electron-builder-scripts/wininstall.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ FunctionEnd
!macroend

!macro customInstall
ExecWait "$INSTDIR\resources\env_installer\JupyterLabDesktopAppServer-3.3.0-1-Windows-x86_64.exe"
ExecWait "$INSTDIR\resources\env_installer\JupyterLabDesktopAppServer-3.3.2-1-Windows-x86_64.exe"
${EnvVarUpdate} $0 "PATH" "A" "HKLM" "$INSTDIR"
!macroend

Expand Down
4 changes: 2 additions & 2 deletions env_installer/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: JupyterLabDesktopAppServer
version: 3.3.0-1
version: 3.3.2-1
company: "Project Jupyter"

welcome_image_text: "JupyterLab"
Expand All @@ -21,7 +21,7 @@ license_file: ../LICENSE
specs:
- conda
- ipywidgets 7.6.5
- jupyterlab 3.3.0
- jupyterlab 3.3.2
- ipympl >= 0.8.2
- matplotlib-base
- numpy
Expand Down
Loading

0 comments on commit 3b60e69

Please sign in to comment.