File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,18 @@ A sidecar output widget for JupyterLab
7
7
8
8
## Installation
9
9
10
- If you use jupyterlab:
11
-
12
10
``` bash
13
11
pip install sidecar
12
+ ```
13
+
14
+ or
15
+
16
+ ``` bash
17
+ conda install sidecar
18
+ ```
19
+
20
+ If you use JupyterLab <=2:
21
+ ``` bash
14
22
jupyter labextension install @jupyter-widgets/jupyterlab-manager
15
23
jupyter labextension install @jupyter-widgets/jupyterlab-sidecar
16
24
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter-widgets/jupyterlab-sidecar" ,
3
- "version" : " 0.5 .0" ,
3
+ "version" : " 0.6 .0" ,
4
4
"description" : " A sidecar output widget for JupyterLab" ,
5
5
"keywords" : [
6
6
" jupyter" ,
Original file line number Diff line number Diff line change 4
4
# Copyright (c) Project Jupyter.
5
5
# Distributed under the terms of the Modified BSD License.
6
6
7
- version_info = (0 , 4 , 0 )
7
+ version_info = (0 , 5 , 0 )
8
8
__version__ = "." .join (map (str , version_info ))
9
9
10
10
# The version of the attribute spec that this package
You can’t perform that action at this time.
0 commit comments