You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried the example code, but calling pymol.start() would stall. The rest of the code wouldn't execute unless if I called pymol -R -cKRQ in a Terminal in JupyterLab.
from ipymol import viewer as pymol
pymol.start() # Start PyMOL RPC server
pymol.fetch('3odu') # Fetch PDB
pymol.show_as('cartoon') # Show as cartoon
pymol.bg_color('white') # Set background color to white
pymol.display() # Show current display
Not sure if this is intended behavior. I expected the rest of the code to execute without opening up the Terminal.
The text was updated successfully, but these errors were encountered:
Hello! I ran these commands to install pymol and ipymol:
I tried the example code, but calling
pymol.start()
would stall. The rest of the code wouldn't execute unless if I calledpymol -R -cKRQ
in a Terminal in JupyterLab.Not sure if this is intended behavior. I expected the rest of the code to execute without opening up the Terminal.
The text was updated successfully, but these errors were encountered: