Skip to content

Commit

Permalink
[FIX] minor fix to install script
Browse files Browse the repository at this point in the history
  • Loading branch information
dorisjlee committed Oct 20, 2021
1 parent 97d5e09 commit 18ba1cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#npm install # run only for the first time
pip uninstall -y lux-widget
jupyter nbextension uninstall luxwidget
jupyter nbextension disable luxwidget
npx webpack # builds tsx --> ts --> js
cp package.json luxwidget/nbextension/ # copy latest package.json over
pip install . # builds python wheel and copies relevant js files to luxwidget/
Expand Down

0 comments on commit 18ba1cd

Please sign in to comment.