@@ -595,7 +595,7 @@ the frontend NPM package needs to be built and inserted in the Python package. T
595
595
done using a special ` cmdclass ` :
596
596
597
597
` ` ` py
598
- # setup .py #L44 - L52
598
+ # setup .py #L43 - L51
599
599
600
600
cmdclass = create_cmdclass (" jsdeps" ,
601
601
package_data_spec =package_data_spec ,
@@ -611,7 +611,7 @@ js_command = combine_commands(
611
611
Basically it will build the frontend NPM package:
612
612
613
613
` ` ` py
614
- # setup .py #L50 - L50
614
+ # setup .py #L49 - L49
615
615
616
616
install_npm (HERE , build_cmd =" build:prod" , npm =[" jlpm" ]),
617
617
` ` `
@@ -633,7 +633,7 @@ JupyterLab is looking for frontend extensions when the Python package is install
633
633
` ` ` py
634
634
# setup .py #L38 -L38
635
635
636
- (" share/jupyter/labextensions/%s" % labext_name , lab_path , " **" ),
636
+ (" share/jupyter/labextensions/%s" % labext_name , lab_path , " **" ),
637
637
` ` `
638
638
639
639
The last piece of configuration needed is the enabling of the server extension. This is
@@ -657,7 +657,7 @@ in the appropriate jupyter folder (`etc/jupyter/jupyter_server_config.d`):
657
657
` ` ` py
658
658
# setup .py #L40 -L40
659
659
660
- (" etc/jupyter/jupyter_server_config.d" , " jupyter-config" , " jlab_ext_example.json" ),
660
+ (" etc/jupyter/jupyter_server_config.d" , " jupyter-config" , " jlab_ext_example.json" ),
661
661
` ` `
662
662
663
663
### JupyterLab Extension Manager
0 commit comments