project Package

project_export

Demo script for console profile which is showing how a project export can be done from the command line. After running this script, you should have a message in the console telling where the exported ZIP is placed.

tvb.interfaces.command.demos.project.project_export.run_export(project_id)[source]

project_import

Demo script for console profile which is showing how a project import can be done from the command line. Later on, this project will be available from the web-interface.

tvb.interfaces.command.demos.project.project_import.run_import(project_path)[source]