Skip to content

Commit

Permalink
Update user_guide_full_stack_vdataframe_magic.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
mail4umar committed Oct 25, 2024
1 parent 66c0903 commit 469e530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/user_guide_full_stack_vdataframe_magic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -286,13 +286,13 @@ To access a single row, we just have to specify the index.

.. code-block:: python
titanic[0]
titanic[0:1]
.. ipython:: python
:suppress:
:okwarning:
res = titanic[0]
res = titanic[0:1]
html_file = open("SPHINX_DIRECTORY/figures/ug_fs_table_vdfm_15.html", "w")
html_file.write(res._repr_html_())
html_file.close()
Expand Down

0 comments on commit 469e530

Please sign in to comment.