-
Notifications
You must be signed in to change notification settings - Fork 136
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
Update package.json #746
Update package.json #746
Conversation
Fix jupyterlab compatibility
The same is discussed here jupyterlab/jupyterlab#2707 |
thanks @jan-janssen. I am not sure why NGL was deleted from requirement. |
If there is any chance to update the requirements on conda-forge/ pip that would be perfect for me. |
what do you mean? ngl is packed with nglview for each release. |
ok, I did not know that - thanks a lot. |
But the package at https://www.npmjs.com/package/nglview-js-widgets still contains the old code - can you update the requirements there, to fix the issues with the conda installation? |
Hi, why do you need nglview-js-widgets?
I don’t think it has anything with conda.
…On Mon, Aug 6, 2018 at 4:27 AM Jan Janßen ***@***.***> wrote:
But the package at https://www.npmjs.com/package/nglview-js-widgets still
contains the old code - can you update the requirements there, to fix the
issues with the conda installation?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#746 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AEPudb64OvMcz8AUo6UJu8uI0ZgdQJfAks5uN_3jgaJpZM4VvWf7>
.
|
Basically what I want is to run
https://github.com/pyiron/pyiron-mybinder/blob/master/binder/postBuild simply because |
ha, this is new. Does that work because of the new notebook or jupyterlab verison? I recall that I need to perform a bunch of steps to make nglview work with jupyterlab.
Can you elaborate this? |
I basically spend my weekend on this, but now nglview is working with mybinder.org (what we discussed in #736 ). You can try it with https://github.com/pyiron/pyiron-mybinder and I also build a docker image working with NGLview in Jupyterlab https://github.com/pyiron/pyiron-docker/blob/lab/Dockerfile but at the moment both require the workaround I posted above, so I would like to move this to the post build script of the conda installation, but for this somebody needs to update the nglview-js-widgets package on npm. |
thanks for let us know, but I really need to know why below
|
Nice. It would be great if it's easier to find the notebooks. |
Without the requirement the jupyterlab build fails, webpack is not able to find ngl as dependency of nglview-js-widgets therefore the plugin can not be installed/enabled. As for the binder example - thank you for the feedback - we have to place the notebooks in the root directory, but the same examples are also used in other repositories so it is not so easy (I am working on it). Still it might be also a nice demo for nglview to add an jupyterlab demonstration on mybinder. |
I added a pull request for the nglview notebooks repository as well arose/nglview-notebooks#2 which includes the jupyterlab config for mybinder. |
Fix jupyterlab compatibility