Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notebooks guide #3781

Merged
merged 12 commits into from
Feb 12, 2021
Prev Previous commit
Next Next commit
added note about going back to pre-release
  • Loading branch information
balopat committed Feb 10, 2021
commit cf4fd994e76be4b0b01ea39a1889271a92449ed1
5 changes: 3 additions & 2 deletions docs/dev/notebooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ After the Cirq release - for all unreleased notebooks we change all the above ac
- change `pip install cirq —pre` to `pip install cirq`
- remove the exclusions in dev_tools/notebooks/isolated_notebook_test.py by making `NOTEBOOKS_DEPENDING_ON_UNRELEASED_FEATURES=[]`

As all the notebooks have been tested continuously up to this point, the post release notebook PR should pass without issues.

As all the notebooks have been tested continuously up to this point, the post release notebook PR should pass without issues.

If a released notebook needs to be modified to cater for unreleased functionality, then it will again become a pre-release notebook.