{ "cells": [ { "cell_type": "markdown", "id": "af4b49d7", "metadata": {}, "source": [ "# Saving & Loading projects\n", "\n", "**Diplotocus** lets you save & load projects, from the python interface or the GUI.\n", "\n", "```{eval-rst}\n", ".. autofunction:: diplotocus.load_project\n", " :noindex:\n", "```\n", "\n", "```{eval-rst}\n", ".. automethod:: diplotocus.Timeline.save_project\n", " :noindex:\n", "```" ] } ], "metadata": { "language_info": { "name": "python" } }, "nbformat": 4, "nbformat_minor": 5 }