Skip to content

Commit 1a0de4a

Browse files
authored
docs(bigframes): add a notebook explaining bqsql magics cell chaining (#17216)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-cloud-python/issues) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
1 parent 7141356 commit 1a0de4a

2 files changed

Lines changed: 2489 additions & 0 deletions

File tree

packages/bigframes/docs/user_guide/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ User Guide
2828
Dataframe <../notebooks/dataframes/dataframe.ipynb>
2929
Index Col Null <../notebooks/dataframes/index_col_null.ipynb>
3030
Integrations <../notebooks/dataframes/integrations.ipynb>
31+
Magics for Python and SQL Interoperability <../notebooks/dataframes/magics_with_local_data.ipynb>
3132
Pypi <../notebooks/dataframes/pypi.ipynb>
3233

3334
.. toctree::

0 commit comments

Comments
 (0)