dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
Bump jquery from 3.1.1 to 3.5.0… (compare)
dependabot[bot] on npm_and_yarn
Bump jquery from 3.1.1 to 3.4.1… (compare)
gabrielelanaro on master
Update README.md (compare)
gabrielelanaro on master
Update README.md (compare)
Steps:
1) install chemview from git
2) install chemlab from git
3) Create a notebook with the following code (the file should be in the tests/data directory
from chemlab.io import datafile
system = datafile('../tests/data/pdb1g8p.ent', format='pdb').read('system')
system.display(kind='cartoon')
Hi guys, wondering if you could help... I am trying to setup chemlab on my Mac and having some issues.
UnsatisfiableError: The following specifications were found to be in conflict:
from chemlab.graphics import QtViewer
v = QtViewer()
from chemlab.graphics.renderers import AtomRenderer
from chemlab.db import ChemlabDB
water = ChemlabDB().get('molecule', 'example.water')
ar = v.add_renderer(AtomRenderer, water.r_array, water.type_array)
v.run()