Hai Nguyen

Results 328 comments of Hai Nguyen

not want to compete with chemview here but just in case you all want an alternative package: https://github.com/arose/nglview

> but I'd rather keep the wheel in the most "common" direction, as user prefer what it's familiar to them seems reasonable. May be chemview can have global options so...

@chaffra there is a notebook option for it: https://ipywidgets.readthedocs.io/en/latest/embedding.html > The Download Widget State option triggers the downloading of a JSON file containing the serialized state of all the widget...

We can hack. Here is an example of fullscreen mode in `nglview`. code ``` import nglview as nv from ipywidgets import * v = nv.demo() b = v.player._display() b.layout.width =...

hi all, just for fun: I've made a super tiny package `fullscreen` to make an ipywidgets's widget fullscreen (while waiting for something similar in ipywidgets) git: https://github.com/hainm/fullscreen notebook: https://nbviewer.jupyter.org/github/hainm/fullscreen/blob/v0.0.1/notebooks/many_packages.ipynb gif:...

hi @martinRenou I think it would be great in both cases (a button and an API). I suggest to add an API for fullscreen too because many widgets do not...

@sperezconesa Can you try with different pbb files (e.g: https://github.com/nglviewer/nglview/tree/master/nglview/datafiles) I don't see your attached pdb file. PS: For `nglview` issue, please report in `nglview` repo: https://github.com/nglviewer/nglview/issues

`nglview` brings `ngl` to python and jupyter ecosystem.

`nv.show_file` works well for me.

By the way, you can use `view.gui_style = 'ngl'` to bring the GUI to the notebook. > In addition, when I do visualize it with show_structure_file I only see 2...