Closed willeppy closed 3 years ago
Don't forget the --overwrite
mentioned in the readme. It's complaining that there is something already there (indeed, installed by the pip install command), which it will need to overwrite with the symlink.
jupyter labextension develop --overwrite BasicWidget
Got it, this worked thanks! I didn't see the --overwrite mentioned in the README currently so opened a PR to update
I didn't see the --overwrite mentioned in the README currently so opened a PR to update
Ah, I was looking in the generated readme in the project, which does mention the --overwrite flag. Thanks for the update to the top-level readme!
Hi,
Description
I installed this cookie cutter onto my local machine and was following the README to set up for Jupyter lab, however ran into some issues.
When I run bash
pip install -e .
it executes successfully and installs. However, when I runjupyter labextension develop BasicWidget
I get the following error.The widget still seems to work however. My question is what does the
jupyter labextension develop
command do? In order to get changes in the js/ folder to show up I have to re-runpip install -e .
so I assume it might help with this.Note: I did not run the install instructions for Jupyter notebook beforehand, only for lab. Is this necessary for the lab install to work?
OS