-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#npm install # run only for the first time | ||
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/ | ||
# When rebuild, these two lines don't need to be rerun since the code is symlinked | ||
jupyter nbextension install --sys-prefix --symlink --overwrite --py luxwidget | ||
jupyter nbextension enable --sys-prefix --py luxwidget | ||
jupyter nbextension enable --sys-prefix --py luxwidget |
Large diffs are not rendered by default.
This file was deleted.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/*! | ||
Copyright (c) 2017 Jed Watson. | ||
Copyright (c) 2018 Jed Watson. | ||
Licensed under the MIT License (MIT), see | ||
http://jedwatson.github.io/classnames | ||
*/ |
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.