File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
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### Arrange a new sidecar with respect to another sidecar
6361
6462The ` anchor ` parameter sets the position of the new sidecar relative to the
@@ -70,7 +68,6 @@ For example:
7068
7169![ sidecar arranged with respect to another sidecar] ( sidecar-ref-anchor.png )
7270
73-
7471## Development
7572
7673``` bash
You can’t perform that action at this time.
0 commit comments