File tree 1 file changed +22
-3
lines changed
1 file changed +22
-3
lines changed Original file line number Diff line number Diff line change 53
53
" To create the environment, execute the following command:\n " ,
54
54
" \n " ,
55
55
" ```bash\n " ,
56
- " conda create -n ipyemail -c conda-forge jupyterlab cookiecutter nodejs python\n " ,
56
+ " conda create -n ipyemail -c conda-forge jupyterlab cookiecutter nodejs yarn python\n " ,
57
57
" ```\n " ,
58
58
" \n " ,
59
59
" Then activate the environment with:\n " ,
120
120
" \n " ,
121
121
" You also need to enable the widget frontend extension.\n " ,
122
122
" \n " ,
123
- " If you are using JupyterLab 2.x:\n " ,
123
+ " If you are using JupyterLab 3.x:\n " ,
124
+ " \n " ,
125
+ " \n " ,
126
+ " ```bash\n " ,
127
+ " # link your development version of the extension with JupyterLab\n " ,
128
+ " jupyter labextension develop . --overwrite\n " ,
129
+ " \n " ,
130
+ " # rebuild extension Typescript source after making changes\n " ,
131
+ " yarn run build\n " ,
132
+ " ```\n " ,
133
+ " \n " ,
134
+ " It is also possible to rebuild the widget automatically when there is a new change, using the `watch` script:\n " ,
135
+ " \n " ,
136
+ " ```bash\n " ,
137
+ " # watch the source directory in one terminal, automatically rebuilding when needed\n " ,
138
+ " yarn run watch\n " ,
139
+ " ```\n " ,
140
+ " \n " ,
141
+ " \n " ,
142
+ " If you are using JupyterLab 2.x, you will need to install the `@jupyter-widgets/jupyterlab-manager` extension manually:\n " ,
124
143
" \n " ,
125
144
" ```bash\n " ,
126
145
" # install the widget manager to display the widgets in JupyterLab\n " ,
802
821
}
803
822
},
804
823
"nbformat" : 4 ,
805
- "nbformat_minor" : 2
824
+ "nbformat_minor" : 4
806
825
}
You can’t perform that action at this time.
0 commit comments