Skip to content

Commit

Permalink
updated playground docs - added iPython section
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Oct 28, 2022
1 parent 0c089c3 commit 35bf736
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/src/piccolo/playground/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,17 @@ When you have the database setup, you can connect to it as follows:
.. code-block:: bash
piccolo playground run --engine=postgres
iPython
-------

The playground is built on top of iPython. We provide sensible defaults out of
the box for syntax highlighting etc. However, to use your own custom iPython
profile (located in ``~/.ipython``), do the following:

.. code-block:: bash
piccolo playground run --ipython_profile
See the `iPython docs <https://ipython.readthedocs.io/en/stable/config/intro.html>`_
for more information.

0 comments on commit 35bf736

Please sign in to comment.