jupyterlab / jupyterlab-latex

JupyterLab extension for live editing of LaTeX documents
BSD 3-Clause "New" or "Revised" License
622 stars 69 forks source link

Some questions about how you debugged this extension #127

Closed LisaWang0306 closed 3 years ago

LisaWang0306 commented 4 years ago

We also want to develop a jupyterlab extension. I am wondering whether it is necessary to type the command "jupyter labextensions install ..." or "jupyter lab build" every time I want to debug my project (JS code). It costs a few minutes and I want to save those time. Do you know some quicker ways to debug the project? Thanks!!!