.. _highlight-interactive: Jupyter Environments ================================================================================ .. TODO: vignette A3 You can also use ``omni-fig`` in an interactive programming environment such as Jupyter or IPython. This is useful for quickly prototyping and debugging scripts. First, to load a project, use the :func:`fig.initialize() ` function. Once the project is initialized you can create a config with any of the registered configs using :func:`fig.create_config() `. Additionally, you can run any registered scripts with :func:`fig.run_script() `, or :func:`fig.run() ` if the script is already specified in the config. Remember that when running a :ref:`script