Rose K. Cersonsky

Results 16 issues of Rose K. Cersonsky

Enable saving of widget settings, so one could call ``` widget = chemiscope.show(..., settings=dict(...)) widget.save('chemiscope.json.gz') ``` and have the settings save with the widget.

good first issue
component-python
component-jupyter

This is a resurrection of #81, which addresses #79, ascribing selective opacity to points in the main trace. I've opened a new pull request because I've taken a different approach...

Multidimensional properties could be very nice to visualize. We can see two use-cases that could be implemented with the same infrastructure: - DOS plots, where the property is interesting to...

enhancement

- [x] convert all 2D colormaps to RGBA format - [x] disable RGBA format for 3D colormaps until plotly can support

component-map

Extract code dealing with selected markers (things like classList.toggle('chsp-active-structure-marker', false)) to a separate HTMLMarker class doing all of this.

component-map

Hey all, Just trying to get librascal compiled on my new laptop, ran into some issues. Output from `mkdir build && cd build && cmake .. && make VERBOSE=1`: ```...

compilation

I have this problem quite often, where I'm computing a subset of SOAP vectors for who species ABCD are present, then another subset where only ABD are present. I know...

enhancement
documentation

This is a draft PR to provide a pipeline for adding the tutorials to master. The rebase became unwieldy, so @Luthaf suggested a new branch from master with only the...

Tutorials are currently housed in docs/source/tutorials because nbsphinx will not include them unless they are housed in the current folder. This raises a few questions: Do we want our user-interactive...

question
maintenance
documentation