File tree 4 files changed +5
-7
lines changed
4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ name: ipylab
2
2
channels :
3
3
- conda-forge
4
4
dependencies :
5
- - jupyterlab=1
5
+ - ipylab=0.2
6
+ - jupyterlab=2
6
7
- nodejs
7
- - pip
8
- - pip :
9
- - ipylab==0.1.3
Original file line number Diff line number Diff line change 4
4
# Copyright (c) Jeremy Tuloup.
5
5
# Distributed under the terms of the Modified BSD License.
6
6
7
- version_info = (0 , 1 , 3 )
7
+ version_info = (0 , 2 , 0 )
8
8
__version__ = "." .join (map (str , version_info ))
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipylab" ,
3
- "version" : " 0.1.3 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " Control JupyterLab from Python notebooks" ,
5
5
"keywords" : [
6
6
" jupyter" ,
Original file line number Diff line number Diff line change 1
- jupyter labextension install @jupyter-widgets/jupyterlab-manager ipylab@0.1.3
1
+ jupyter labextension install @jupyter-widgets/jupyterlab-manager ipylab@0.2.0
You can’t perform that action at this time.
0 commit comments