{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "from pyiron_base import Project" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [], "source": [ "pr = Project('imported_proj')\n", "pr.remove_jobs_silently(recursive=True)" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [], "source": [ "pr.unpack(origin_path=\"archive_folder\",compress=True)" ] }, { "cell_type": "code", "execution_count": 4, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
idstatuschemicalformulajobsubjobprojectpathprojecttimestarttimestoptotalcputimecomputerhamiltonhamversionparentidmasterid
0471finishedNonetoy/toy/home/muhammad/workspace/gitRepo/pyiron_base/notebooks/imported_proj/test2021-01-11 11:53:56.199496NoneNonepyiron@cmleo14#1GenericJob0.4NoneNone
\n", "
" ], "text/plain": [ " id status chemicalformula job subjob projectpath \\\n", "0 471 finished None toy /toy /home/muhammad/ \n", "\n", " project \\\n", "0 workspace/gitRepo/pyiron_base/notebooks/imported_proj/test \n", "\n", " timestart timestop totalcputime computer \\\n", "0 2021-01-11 11:53:56.199496 None None pyiron@cmleo14#1 \n", "\n", " hamilton hamversion parentid masterid \n", "0 GenericJob 0.4 None None " ] }, "execution_count": 4, "metadata": {}, "output_type": "execute_result" } ], "source": [ "pr.job_table()" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.9.1" } }, "nbformat": 4, "nbformat_minor": 4 }