File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 4343 pip uninstall -y "sidecar" jupyterlab
4444
4545 - name : Upload extension packages
46- uses : actions/upload-artifact@v3
46+ uses : actions/upload-artifact@v4
4747 with :
4848 name : extension-artifacts
4949 path : dist/sidecar*
5959 with :
6060 python-version : ' 3.9'
6161 architecture : ' x64'
62- - uses : actions/download-artifact@v3
62+ - uses : actions/download-artifact@v4
6363 with :
6464 name : extension-artifacts
6565 - name : Install and Test
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ is used instead.
4545
4646![ sidecar in right panel (default)] ( sidecar.gif )
4747
48-
4948### Opening a sidecar in the main work area
5049
5150By default, a sidecar will be displayed on the right panel, which has some limitations:
@@ -58,7 +57,6 @@ new JupyterLab window which can be re-arranged as desired.
5857
5958![ sidecar in main work area] ( sidecar-main-area.gif )
6059
61-
6260## Development
6361
6462``` bash
You can’t perform that action at this time.
0 commit comments