RosettaCommons / PyRosetta.notebooks

Jupyter Notebooks for learning the PyRosetta platform for biomolecular structure prediction and design
https://rosettacommons.github.io/PyRosetta.notebooks/
MIT License
447 stars 145 forks source link

Update 02.01-Pose-Basics.ipynb #95

Open NooraAz opened 7 months ago

NooraAz commented 7 months ago

Since !cd creates a new shell which might be missed in next scripts, it's better to use %cd for correctly changing the directories. many students during BootCamp had problem with this, so I think it's good to add %cd notation to all notebooks.

smith-kyle commented 5 months ago

I'm a little late to the party, but I noticed you all aren't using a notebook review tool and wanted to invite you to review this pull request with GitNotebooks: https://gitnotebooks.com/RosettaCommons/PyRosetta.notebooks/pull/95

It lets you do things like comment on rendered markdown and code cells, so might be an easy win for your PR reviews.