-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jupyter labextension install does not work on master #1330
Comments
@timkpaine do we build a source extension or prebuilt extension for @texodus - the custom webpack config is probably failing because this is a source extension and not a prebuilt one. |
No since we didn't have access to emdsk from the python build until it was added to the build recently here Line 52 in 283fd5c
Now we can, it's on my backlog (we do it for all of the other JPMC jupyterlab extensions). |
@timkpaine sweet - then this issue should be easy to fix. Anything I can help out w/ on that front? |
A big chunk is in #1355, but still issues with loading |
When running
jupyter labextension install ./packages/perspective-jupyterlab
from the master branch, the labextension build fails due to theperspective-vieux
WASM module not being recognized by Webpack:I have tried creating a custom
webpack.config.js
and adding it topackage.json
insideperspective-jupyterlab
as specified here, but reading thebuild_log.json
(/Library/Frameworks/Python.framework/Versions/3.7/share/jupyter/lab/staging/build/build_log.json
and
/Library/Frameworks/Python.framework/Versions/3.7/share/jupyter/lab/static/build_log.json
), the custom config is not appended to the main config.This is solely a development issue, and does not affect released versions of Perspective or its users.
The text was updated successfully, but these errors were encountered: